Build Information
Successful build of AutoMap, reference 0.1.0 (84a9d9
), with Swift 6.0 for macOS (SPM) on 9 Apr 2025 14:07:22 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/artemkalinovsky/AutoMap.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/artemkalinovsky/AutoMap
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 84a9d9a Update README.md
Cloned https://github.com/artemkalinovsky/AutoMap.git
Revision (git rev-parse @):
84a9d9a1b787ca2ab7b74788a88c1ae8fc62c961
SUCCESS checkout https://github.com/artemkalinovsky/AutoMap.git at 0.1.0
Fetching https://github.com/apple/swift-syntax.git
[1/69991] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.33s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (3.33s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 601.0.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": "automap",
"name": "AutoMap",
"url": "https://github.com/artemkalinovsky/AutoMap.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AutoMap",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/apple/swift-syntax.git",
"version": "601.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/artemkalinovsky/AutoMap.git
[3/122] Fetching automap
Fetched https://github.com/artemkalinovsky/AutoMap.git from cache (0.60s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.82s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (0.03s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/artemkalinovsky/AutoMap.git
Working copy of https://github.com/artemkalinovsky/AutoMap.git resolved at 0.1.0 (84a9d9a)
warning: '.resolve-product-dependencies': dependency 'automap' 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/artemkalinovsky/AutoMap.git
https://github.com/artemkalinovsky/AutoMap.git
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "AutoMap",
"name" : "AutoMap",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AutoMap",
"targets" : [
"AutoMap"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AutoMapMacros",
"targets" : [
"AutoMapMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "AutoMapTests",
"module_type" : "SwiftTarget",
"name" : "AutoMapTests",
"path" : "Tests/AutoMapTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"AutoMapTests.swift"
],
"target_dependencies" : [
"AutoMapMacros"
],
"type" : "test"
},
{
"c99name" : "AutoMapMacros",
"module_type" : "SwiftTarget",
"name" : "AutoMapMacros",
"path" : "Sources/AutoMapMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"AutoMap",
"AutoMapMacros"
],
"sources" : [
"AutoMapMacro.swift",
"AutoMapPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "AutoMap",
"module_type" : "SwiftTarget",
"name" : "AutoMap",
"path" : "Sources/AutoMap",
"product_memberships" : [
"AutoMap"
],
"sources" : [
"AutoMap.swift"
],
"target_dependencies" : [
"AutoMapMacros"
],
"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/21] Write sources
[17/21] Compiling _SwiftSyntaxCShims dummy.c
[18/21] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/29] Emitting module SwiftSyntax601
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[21/29] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/29] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[23/29] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/29] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[25/29] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/11] Compiling SwiftSyntax510 Empty.swift
[3/11] Emitting module SwiftSyntax600
[4/11] Compiling SwiftSyntax600 Empty.swift
[5/11] Emitting module SwiftSyntax510
[6/11] Emitting module SwiftSyntax509
[7/11] Compiling SwiftSyntax509 Empty.swift
[8/11] Emitting module SwiftSyntax601
[9/11] Compiling SwiftSyntax601 Empty.swift
[10/77] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[11/77] Compiling SwiftSyntax SyntaxChildren.swift
[12/77] Compiling SwiftSyntax SyntaxCollection.swift
[13/77] Compiling SwiftSyntax SyntaxHashable.swift
[14/77] Compiling SwiftSyntax SyntaxIdentifier.swift
[15/77] Compiling SwiftSyntax SyntaxNodeFactory.swift
[16/77] Compiling SwiftSyntax SyntaxNodeStructure.swift
[17/84] Compiling SwiftSyntax EditorPlaceholder.swift
[18/84] Compiling SwiftSyntax Identifier.swift
[19/84] Compiling SwiftSyntax MemoryLayout.swift
[20/84] Compiling SwiftSyntax MissingNodeInitializers.swift
[21/84] Compiling SwiftSyntax RawSyntax.swift
[22/84] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[23/84] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[24/84] Compiling SwiftSyntax RawSyntaxTokenView.swift
[25/84] Compiling SwiftSyntax SourceEdit.swift
[26/84] Compiling SwiftSyntax SourceLength.swift
[27/84] Compiling SwiftSyntax SourceLocation.swift
[28/84] Compiling SwiftSyntax SourcePresence.swift
[29/84] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[30/84] Compiling SwiftSyntax Syntax.swift
[31/84] Compiling SwiftSyntax SyntaxArena.swift
[32/84] Compiling SwiftSyntax SyntaxProtocol.swift
[33/84] Compiling SwiftSyntax SyntaxText.swift
[34/84] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[35/84] Compiling SwiftSyntax TokenDiagnostic.swift
[36/84] Compiling SwiftSyntax TokenSequence.swift
[37/84] Compiling SwiftSyntax TokenSyntax.swift
[38/84] Compiling SwiftSyntax Trivia.swift
[39/84] Emitting module SwiftSyntax
[40/84] Compiling SwiftSyntax SyntaxCollections.swift
[41/84] Compiling SwiftSyntax SyntaxEnum.swift
[42/84] Compiling SwiftSyntax SyntaxKind.swift
[43/84] Compiling SwiftSyntax SyntaxRewriter.swift
[44/84] Compiling SwiftSyntax SyntaxTraits.swift
[45/84] Compiling SwiftSyntax SyntaxVisitor.swift
[46/84] Compiling SwiftSyntax TokenKind.swift
[47/84] Compiling SwiftSyntax Tokens.swift
[48/84] Compiling SwiftSyntax TriviaPieces.swift
[49/84] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[50/84] Compiling SwiftSyntax RawSyntaxNodesC.swift
[51/84] Compiling SwiftSyntax RawSyntaxNodesD.swift
[52/84] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[53/84] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[54/84] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[55/84] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[56/84] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[57/84] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[58/84] Compiling SwiftSyntax RawSyntaxValidation.swift
[59/84] Compiling SwiftSyntax SyntaxNodesAB.swift
[60/84] Compiling SwiftSyntax SyntaxNodesC.swift
[61/84] Compiling SwiftSyntax Utils.swift
[62/84] Compiling SwiftSyntax ChildNameForKeyPath.swift
[63/84] Compiling SwiftSyntax Keyword.swift
[64/84] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[65/84] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[66/84] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[67/84] Compiling SwiftSyntax SyntaxBaseNodes.swift
[68/84] Compiling SwiftSyntax AbsolutePosition.swift
[69/84] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[70/84] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[71/84] Compiling SwiftSyntax Assert.swift
[72/84] Compiling SwiftSyntax BumpPtrAllocator.swift
[73/84] Compiling SwiftSyntax CommonAncestor.swift
[74/84] Compiling SwiftSyntax Convenience.swift
[75/84] Compiling SwiftSyntax CustomTraits.swift
[76/84] Compiling SwiftSyntax SyntaxNodesD.swift
[77/84] Compiling SwiftSyntax SyntaxNodesEF.swift
[78/84] Compiling SwiftSyntax SyntaxNodesGHI.swift
[79/84] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[80/84] Compiling SwiftSyntax SyntaxNodesOP.swift
[81/84] Compiling SwiftSyntax SyntaxNodesQRS.swift
[82/84] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[83/143] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[84/143] Compiling SwiftBasicFormat Syntax+Extensions.swift
[85/143] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[86/143] Compiling SwiftDiagnostics Message.swift
[87/144] Compiling SwiftBasicFormat InferIndentation.swift
[88/144] Compiling SwiftDiagnostics Convenience.swift
[89/144] Emitting module SwiftDiagnostics
[90/144] Compiling SwiftDiagnostics Note.swift
[91/144] Compiling SwiftDiagnostics FixIt.swift
[92/144] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[93/144] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[94/144] Compiling SwiftDiagnostics Diagnostic.swift
[95/144] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[96/144] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[97/144] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[98/144] Compiling SwiftBasicFormat Indenter.swift
[99/144] Compiling SwiftBasicFormat BasicFormat.swift
[100/144] Emitting module SwiftBasicFormat
[101/144] Compiling SwiftParser TopLevel.swift
[102/144] Compiling SwiftParser TriviaParser.swift
[103/144] Compiling SwiftParser Types.swift
[104/144] Compiling SwiftParser ExperimentalFeatures.swift
[105/148] Compiling SwiftParser TokenConsumer.swift
[106/148] Compiling SwiftParser TokenPrecedence.swift
[107/148] Compiling SwiftParser TokenSpec.swift
[108/148] Compiling SwiftParser TokenSpecSet.swift
[109/148] Compiling SwiftParser StringLiterals.swift
[110/148] Compiling SwiftParser SwiftParserCompatibility.swift
[111/148] Compiling SwiftParser SwiftVersion.swift
[112/148] Compiling SwiftParser SyntaxUtils.swift
[113/148] Emitting module SwiftParser
[114/148] Compiling SwiftParser UnicodeScalarExtensions.swift
[115/148] Compiling SwiftParser Lookahead.swift
[116/148] Compiling SwiftParser LoopProgressCondition.swift
[117/148] Compiling SwiftParser Modifiers.swift
[118/148] Compiling SwiftParser Names.swift
[119/148] Compiling SwiftParser Nominals.swift
[120/148] Compiling SwiftParser Parameters.swift
[121/148] Compiling SwiftParser ParseSourceFile.swift
[122/148] Compiling SwiftParser Parser.swift
[123/148] Compiling SwiftParser Patterns.swift
[124/148] Compiling SwiftParser Recovery.swift
[125/148] Compiling SwiftParser Specifiers.swift
[126/148] Compiling SwiftParser Statements.swift
[127/148] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[128/148] Compiling SwiftParser Directives.swift
[129/148] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[130/148] Compiling SwiftParser Expressions.swift
[131/148] Compiling SwiftParser IncrementalParseTransition.swift
[132/148] Compiling SwiftParser IsValidIdentifier.swift
[133/148] Compiling SwiftParser Cursor.swift
[134/148] Compiling SwiftParser Lexeme.swift
[135/148] Compiling SwiftParser LexemeSequence.swift
[136/148] Compiling SwiftParser Lexer.swift
[137/148] Compiling SwiftParser RegexLiteralLexer.swift
[138/148] Compiling SwiftParser Attributes.swift
[139/148] Compiling SwiftParser Availability.swift
[140/148] Compiling SwiftParser CharacterInfo.swift
[141/148] Compiling SwiftParser CollectionNodes+Parsable.swift
[142/148] Compiling SwiftParser Declarations.swift
[143/148] Compiling SwiftParser IsLexerClassified.swift
[144/148] Compiling SwiftParser LayoutNodes+Parsable.swift
[145/148] Compiling SwiftParser Parser+TokenSpecSet.swift
[146/148] Compiling SwiftParser TokenSpecStaticMembers.swift
[147/171] Compiling SwiftOperators PrecedenceGraph.swift
[148/171] Compiling SwiftOperators PrecedenceGroup.swift
[149/171] Compiling SwiftOperators OperatorTable+Semantics.swift
[150/171] Compiling SwiftOperators OperatorTable.swift
[151/171] Compiling SwiftOperators OperatorError.swift
[152/171] Compiling SwiftOperators Operator.swift
[153/171] Compiling SwiftOperators OperatorError+Diagnostics.swift
[154/171] Compiling SwiftOperators OperatorTable+Folding.swift
[155/171] Emitting module SwiftOperators
[156/171] Compiling SwiftOperators OperatorTable+Defaults.swift
[157/172] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[158/172] Compiling SwiftParserDiagnostics PresenceUtils.swift
[159/172] Compiling SwiftParserDiagnostics Utils.swift
[160/172] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[161/172] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[162/173] Compiling SwiftOperators SyntaxSynthesis.swift
[163/173] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[164/173] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[165/173] Emitting module SwiftParserDiagnostics
[166/173] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[167/173] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[168/173] Compiling SwiftParserDiagnostics MissingNodesError.swift
[169/173] Compiling SwiftParserDiagnostics MissingTokenError.swift
[170/173] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[171/173] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[172/188] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[173/188] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[174/188] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[175/188] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[176/188] Compiling SwiftSyntaxBuilder Indenter.swift
[177/188] Compiling SwiftSyntaxBuilder ListBuilder.swift
[178/188] Emitting module SwiftSyntaxBuilder
[179/189] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[180/189] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[181/189] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[182/189] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[183/189] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[184/189] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[185/189] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[186/189] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[187/189] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[188/207] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[189/207] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[190/207] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[191/207] Compiling SwiftSyntaxMacros Macro+Format.swift
[192/207] Compiling SwiftSyntaxMacros MemberMacro.swift
[193/207] Compiling SwiftSyntaxMacros PeerMacro.swift
[194/207] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[195/207] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[196/207] Compiling SwiftSyntaxMacros Macro.swift
[197/207] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[198/207] Compiling SwiftSyntaxMacros PreambleMacro.swift
[199/208] Compiling SwiftSyntaxMacros AttachedMacro.swift
[200/208] Compiling SwiftSyntaxMacros BodyMacro.swift
[201/208] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[202/208] Compiling SwiftSyntaxMacros AccessorMacro.swift
[203/208] Emitting module SwiftSyntaxMacros
[204/208] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[205/208] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[206/208] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[207/218] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[208/218] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[209/218] Emitting module SwiftSyntaxMacroExpansion
[210/218] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[211/218] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[212/218] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[213/218] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[214/218] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[215/218] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[216/218] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[217/230] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[218/231] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[219/231] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[220/231] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[221/231] Emitting module SwiftCompilerPluginMessageHandling
[222/231] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[223/231] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[224/231] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[225/231] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[226/231] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[227/231] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[228/231] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[229/231] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[230/233] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[231/233] Emitting module SwiftCompilerPlugin
[232/236] Emitting module AutoMapMacros
[233/236] Compiling AutoMapMacros AutoMapMacro.swift
[234/236] Compiling AutoMapMacros AutoMapPlugin.swift
[234/236] Write Objects.LinkFileList
[235/236] Linking AutoMapMacros-tool
[237/238] Compiling AutoMap AutoMap.swift
[238/238] Emitting module AutoMap
Build complete! (25.88s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "AutoMap",
"name" : "AutoMap",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AutoMap",
"targets" : [
"AutoMap"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AutoMapMacros",
"targets" : [
"AutoMapMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "AutoMapTests",
"module_type" : "SwiftTarget",
"name" : "AutoMapTests",
"path" : "Tests/AutoMapTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"AutoMapTests.swift"
],
"target_dependencies" : [
"AutoMapMacros"
],
"type" : "test"
},
{
"c99name" : "AutoMapMacros",
"module_type" : "SwiftTarget",
"name" : "AutoMapMacros",
"path" : "Sources/AutoMapMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"AutoMap",
"AutoMapMacros"
],
"sources" : [
"AutoMapMacro.swift",
"AutoMapPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "AutoMap",
"module_type" : "SwiftTarget",
"name" : "AutoMap",
"path" : "Sources/AutoMap",
"product_memberships" : [
"AutoMap"
],
"sources" : [
"AutoMap.swift"
],
"target_dependencies" : [
"AutoMapMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.