The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of TypeInferedFactory, reference 0.0.1 (c7e2db), with Swift 6.1 for Linux on 30 Apr 2025 11:09:38 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brunogama/TypeInferedFactory.git
Reference: 0.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/brunogama/TypeInferedFactory
 * tag               0.0.1      -> FETCH_HEAD
HEAD is now at c7e2db8 Renamed factory
Cloned https://github.com/brunogama/TypeInferedFactory.git
Revision (git rev-parse @):
c7e2db852efa4ebed9f9727595aca8748532db8e
SUCCESS checkout https://github.com/brunogama/TypeInferedFactory.git at 0.0.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brunogama/TypeInferedFactory.git
https://github.com/brunogama/TypeInferedFactory.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swinject",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.9.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Swinject/Swinject.git"
    }
  ],
  "manifest_display_name" : "TypeInferedFactory",
  "name" : "TypeInferedFactory",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "TypeInferedFactory",
      "targets" : [
        "TypeInferedFactory"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TypeInferedFactoryClient",
      "targets" : [
        "TypeInferedFactoryClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TypeInferedFactoryMacros",
      "targets" : [
        "TypeInferedFactoryMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypeInferedFactoryTests",
      "module_type" : "SwiftTarget",
      "name" : "TypeInferedFactoryTests",
      "path" : "Tests/TypeInferedFactoryTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "TypeInferedFactoryTests.swift"
      ],
      "target_dependencies" : [
        "TypeInferedFactoryCore",
        "TypeInferedFactoryMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypeInferedFactoryMacros",
      "module_type" : "SwiftTarget",
      "name" : "TypeInferedFactoryMacros",
      "path" : "Sources/TypeInferedFactoryMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftDiagnostics"
      ],
      "product_memberships" : [
        "TypeInferedFactory",
        "TypeInferedFactoryClient",
        "TypeInferedFactoryMacros"
      ],
      "sources" : [
        "Models/Errors/MacroDiagnosticMessage.swift",
        "Models/Errors/TypeInferedFactoryMacroError.swift",
        "Models/PropertyData.swift",
        "TypeInferedFactoryMacro.swift"
      ],
      "target_dependencies" : [
        "TypeInferedFactoryCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "TypeInferedFactoryCore",
      "module_type" : "SwiftTarget",
      "name" : "TypeInferedFactoryCore",
      "path" : "Sources/TypeInferedFactoryCore",
      "product_memberships" : [
        "TypeInferedFactory",
        "TypeInferedFactoryClient",
        "TypeInferedFactoryMacros"
      ],
      "sources" : [
        "Factory/Protocols/TypeInferedFactoryBuildable.swift",
        "Factory/Protocols/TypeInferedFactoryProtocol.swift",
        "TypeInferedFactory.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TypeInferedFactoryClient",
      "module_type" : "SwiftTarget",
      "name" : "TypeInferedFactoryClient",
      "path" : "Sources/TypeInferedFactoryClient",
      "product_dependencies" : [
        "Swinject"
      ],
      "product_memberships" : [
        "TypeInferedFactoryClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TypeInferedFactory"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TypeInferedFactory",
      "module_type" : "SwiftTarget",
      "name" : "TypeInferedFactory",
      "path" : "Sources/TypeInferedFactory",
      "product_memberships" : [
        "TypeInferedFactory",
        "TypeInferedFactoryClient"
      ],
      "sources" : [
        "TypeInferedFactory.swift"
      ],
      "target_dependencies" : [
        "TypeInferedFactoryMacros",
        "TypeInferedFactoryCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Swinject/Swinject.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/9151] Fetching swinject
[9152/79396] Fetching swinject, swift-syntax
Fetched https://github.com/Swinject/Swinject.git from cache (6.73s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.78s)
Computing version for https://github.com/Swinject/Swinject.git
Computed https://github.com/Swinject/Swinject.git at 2.9.1 (7.42s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.88s)
Creating working copy for https://github.com/Swinject/Swinject.git
Working copy of https://github.com/Swinject/Swinject.git resolved at 2.9.1
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
warning: 'swinject': found 5 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/PrivacyInfo.xcprivacy
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Resolver.erb
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Container.Arguments.erb
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/Info.plist
    /host/spi-builder-workspace/.build/checkouts/Swinject/Sources/ServiceEntry.TypeForwarding.erb
Building for debugging...
[0/46] Write sources
[20/46] Compiling _SwiftSyntaxCShims dummy.c
[21/46] Write swift-version-24593BA9C3E375BF.txt
[23/82] Emitting module Swinject
[24/84] Emitting module SwiftSyntax509
[25/84] Compiling SwiftSyntax509 Empty.swift
[26/85] Emitting module SwiftSyntax600
[27/85] Compiling SwiftSyntax600 Empty.swift
[28/86] Emitting module SwiftSyntax510
[29/86] Compiling SwiftSyntax510 Empty.swift
[30/86] Compiling TypeInferedFactoryCore TypeInferedFactory.swift
[31/87] Compiling TypeInferedFactoryCore TypeInferedFactoryProtocol.swift
[32/87] Emitting module TypeInferedFactoryCore
[33/87] Compiling TypeInferedFactoryCore TypeInferedFactoryBuildable.swift
[34/87] Compiling Swinject UnavailableItems.swift
[35/87] Compiling Swinject _Resolver.swift
[36/88] Emitting module TypeInferedFactoryCore
[37/88] Compiling TypeInferedFactoryCore TypeInferedFactoryProtocol.swift
[38/88] Compiling TypeInferedFactoryCore TypeInferedFactoryBuildable.swift
[39/88] Compiling TypeInferedFactoryCore TypeInferedFactory.swift
[44/89] Wrapping AST for SwiftSyntax509 for debugging
[45/89] Wrapping AST for SwiftSyntax510 for debugging
[46/89] Wrapping AST for SwiftSyntax600 for debugging
[47/89] Wrapping AST for TypeInferedFactoryCore for debugging
[50/153] Compiling SwiftSyntax Assert.swift
[51/153] Compiling SwiftSyntax BumpPtrAllocator.swift
[52/153] Compiling SwiftSyntax CommonAncestor.swift
[53/153] Compiling SwiftSyntax SyntaxCollection.swift
[54/153] Compiling SwiftSyntax SyntaxHashable.swift
[55/153] Compiling SwiftSyntax SyntaxIdentifier.swift
[56/153] Compiling SwiftSyntax AbsolutePosition.swift
[57/153] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[58/153] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[59/153] Compiling SwiftSyntax SourcePresence.swift
[60/153] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[61/153] Compiling SwiftSyntax Syntax.swift
[62/153] Compiling SwiftSyntax Convenience.swift
[63/153] Compiling SwiftSyntax CustomTraits.swift
[64/153] Compiling SwiftSyntax Identifier.swift
[65/153] Compiling SwiftSyntax SyntaxArena.swift
[66/153] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[67/153] Compiling SwiftSyntax SyntaxChildren.swift
[68/153] Compiling SwiftSyntax MemoryLayout.swift
[69/153] Compiling SwiftSyntax MissingNodeInitializers.swift
[70/153] Compiling SwiftSyntax RawSyntax.swift
[71/154] Wrapping AST for Swinject for debugging
[94/162] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[95/162] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[96/162] Compiling SwiftSyntax RawSyntaxTokenView.swift
[97/162] Compiling SwiftSyntax SourceEdit.swift
[98/162] Compiling SwiftSyntax SourceLength.swift
[99/162] Compiling SwiftSyntax SourceLocation.swift
[100/162] Emitting module SwiftSyntax
[101/162] Compiling SwiftSyntax SyntaxKind.swift
[102/162] Compiling SwiftSyntax SyntaxRewriter.swift
[103/162] Compiling SwiftSyntax SyntaxTraits.swift
[104/162] Compiling SwiftSyntax SyntaxVisitor.swift
[105/162] Compiling SwiftSyntax TokenKind.swift
[106/162] Compiling SwiftSyntax Tokens.swift
[107/162] Compiling SwiftSyntax TriviaPieces.swift
[108/162] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[109/162] Compiling SwiftSyntax RawSyntaxNodesC.swift
[110/162] Compiling SwiftSyntax RawSyntaxNodesD.swift
[111/162] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[112/162] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[113/162] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[114/162] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[115/162] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[116/162] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[117/162] Compiling SwiftSyntax RawSyntaxValidation.swift
[118/162] Compiling SwiftSyntax SyntaxNodesAB.swift
[119/162] Compiling SwiftSyntax SyntaxNodeFactory.swift
[120/162] Compiling SwiftSyntax SyntaxNodeStructure.swift
[121/162] Compiling SwiftSyntax SyntaxProtocol.swift
[122/162] Compiling SwiftSyntax SyntaxText.swift
[123/162] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[124/162] Compiling SwiftSyntax TokenDiagnostic.swift
[125/162] Compiling SwiftSyntax TokenSequence.swift
[126/162] Compiling SwiftSyntax TokenSyntax.swift
[127/162] Compiling SwiftSyntax Trivia.swift
[128/162] Compiling SwiftSyntax Utils.swift
[129/162] Compiling SwiftSyntax ChildNameForKeyPath.swift
[130/162] Compiling SwiftSyntax Keyword.swift
[131/162] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[132/162] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[133/162] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[134/162] Compiling SwiftSyntax SyntaxBaseNodes.swift
[135/162] Compiling SwiftSyntax SyntaxCollections.swift
[136/162] Compiling SwiftSyntax SyntaxEnum.swift
[137/162] Compiling SwiftSyntax SyntaxNodesC.swift
[138/162] Compiling SwiftSyntax SyntaxNodesD.swift
[139/162] Compiling SwiftSyntax SyntaxNodesEF.swift
[140/162] Compiling SwiftSyntax SyntaxNodesGHI.swift
[141/162] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[142/162] Compiling SwiftSyntax SyntaxNodesOP.swift
[143/162] Compiling SwiftSyntax SyntaxNodesQRS.swift
[144/162] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[145/163] Wrapping AST for SwiftSyntax for debugging
[147/220] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[148/220] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[149/220] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[150/221] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[151/221] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[152/221] Compiling SwiftDiagnostics Message.swift
[153/221] Compiling SwiftDiagnostics FixIt.swift
[154/221] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[155/221] Compiling SwiftBasicFormat Syntax+Extensions.swift
[156/221] Emitting module SwiftDiagnostics
[157/221] Compiling SwiftDiagnostics Convenience.swift
[158/221] Compiling SwiftDiagnostics Diagnostic.swift
[159/221] Compiling SwiftDiagnostics Note.swift
[160/221] Compiling SwiftBasicFormat InferIndentation.swift
[161/221] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[162/222] Compiling SwiftBasicFormat BasicFormat.swift
[163/222] Emitting module SwiftBasicFormat
[165/223] Wrapping AST for SwiftBasicFormat for debugging
[166/223] Wrapping AST for SwiftDiagnostics for debugging
[168/223] Emitting module SwiftParser
[169/228] Compiling SwiftParser Patterns.swift
[170/228] Compiling SwiftParser Recovery.swift
[171/228] Compiling SwiftParser Specifiers.swift
[172/228] Compiling SwiftParser Statements.swift
[173/228] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[174/228] Compiling SwiftParser StringLiterals.swift
[175/228] Compiling SwiftParser SwiftParserCompatibility.swift
[176/228] Compiling SwiftParser SwiftVersion.swift
[177/228] Compiling SwiftParser SyntaxUtils.swift
[178/228] Compiling SwiftParser TokenConsumer.swift
[179/228] Compiling SwiftParser TokenPrecedence.swift
[180/228] Compiling SwiftParser Modifiers.swift
[181/228] Compiling SwiftParser Names.swift
[182/228] Compiling SwiftParser Nominals.swift
[183/228] Compiling SwiftParser Parameters.swift
[184/228] Compiling SwiftParser ParseSourceFile.swift
[185/228] Compiling SwiftParser Parser.swift
[186/228] Compiling SwiftParser TokenSpec.swift
[187/228] Compiling SwiftParser TokenSpecSet.swift
[188/228] Compiling SwiftParser TopLevel.swift
[189/228] Compiling SwiftParser TriviaParser.swift
[190/228] Compiling SwiftParser Types.swift
[191/228] Compiling SwiftParser LexemeSequence.swift
[192/228] Compiling SwiftParser Lexer.swift
[193/228] Compiling SwiftParser RegexLiteralLexer.swift
[194/228] Compiling SwiftParser UnicodeScalarExtensions.swift
[195/228] Compiling SwiftParser Lookahead.swift
[196/228] Compiling SwiftParser LoopProgressCondition.swift
[197/228] Compiling SwiftParser Attributes.swift
[198/228] Compiling SwiftParser Availability.swift
[199/228] Compiling SwiftParser CharacterInfo.swift
[200/228] Compiling SwiftParser CollectionNodes+Parsable.swift
[201/228] Compiling SwiftParser Declarations.swift
[202/228] Compiling SwiftParser Directives.swift
[207/228] Compiling SwiftParser Cursor.swift
[208/228] Compiling SwiftParser Lexeme.swift
[209/228] Compiling SwiftParser ExperimentalFeatures.swift
[210/228] Compiling SwiftParser IsLexerClassified.swift
[211/228] Compiling SwiftParser LayoutNodes+Parsable.swift
[212/228] Compiling SwiftParser Parser+TokenSpecSet.swift
[213/228] Compiling SwiftParser TokenSpecStaticMembers.swift
[214/229] Wrapping AST for SwiftParser for debugging
[216/252] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[217/252] Compiling SwiftOperators PrecedenceGroup.swift
[218/254] Compiling SwiftOperators OperatorTable+Semantics.swift
[219/254] Compiling SwiftOperators OperatorTable.swift
[220/254] Compiling SwiftOperators PrecedenceGraph.swift
[221/254] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[222/254] Emitting module SwiftOperators
[223/254] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[224/254] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[225/254] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[226/254] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[227/254] Compiling SwiftOperators OperatorTable+Folding.swift
[228/254] Compiling SwiftOperators SyntaxSynthesis.swift
[229/255] Wrapping AST for SwiftOperators for debugging
[231/255] Emitting module SwiftParserDiagnostics
[232/255] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[233/255] Compiling SwiftParserDiagnostics Utils.swift
[234/255] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[235/255] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[236/255] Compiling SwiftParserDiagnostics PresenceUtils.swift
[241/255] Compiling SwiftParserDiagnostics MissingNodesError.swift
[242/255] Compiling SwiftParserDiagnostics MissingTokenError.swift
[243/256] Wrapping AST for SwiftParserDiagnostics for debugging
[245/271] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[246/271] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[247/272] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[248/272] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[249/272] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[250/272] Emitting module SwiftSyntaxBuilder
[251/272] Compiling SwiftSyntaxBuilder Indenter.swift
[252/272] Compiling SwiftSyntaxBuilder ListBuilder.swift
[253/272] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[254/272] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[255/272] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[256/272] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[257/272] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[258/272] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[259/272] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[260/272] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[261/273] Wrapping AST for SwiftSyntaxBuilder for debugging
[263/290] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[264/290] Compiling SwiftSyntaxMacros Macro+Format.swift
[265/292] Emitting module SwiftSyntaxMacros
[266/292] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[267/292] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[268/292] Compiling SwiftSyntaxMacros Macro.swift
[269/292] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[270/292] Compiling SwiftSyntaxMacros MemberMacro.swift
[271/292] Compiling SwiftSyntaxMacros PeerMacro.swift
[272/292] Compiling SwiftSyntaxMacros AccessorMacro.swift
[273/292] Compiling SwiftSyntaxMacros AttachedMacro.swift
[274/292] Compiling SwiftSyntaxMacros BodyMacro.swift
[275/292] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[276/292] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[277/292] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[278/292] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[279/292] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[280/292] Compiling SwiftSyntaxMacros PreambleMacro.swift
[281/292] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[282/293] Wrapping AST for SwiftSyntaxMacros for debugging
[284/302] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[285/303] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[286/303] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[287/303] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[288/303] Emitting module SwiftSyntaxMacroExpansion
[289/303] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[290/303] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[291/303] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[292/303] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[293/303] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[294/304] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[296/316] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[297/316] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[298/317] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[299/317] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[300/317] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[301/317] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[302/317] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[303/317] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[304/317] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[305/317] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[306/317] Emitting module SwiftCompilerPluginMessageHandling
[307/317] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[308/317] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[309/320] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[311/320] Emitting module SwiftCompilerPlugin
[312/320] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[313/321] Wrapping AST for SwiftCompilerPlugin for debugging
[315/326] Emitting module TypeInferedFactoryMacros
[316/326] Compiling TypeInferedFactoryMacros TypeInferedFactoryMacroError.swift
[317/326] Compiling TypeInferedFactoryMacros MacroDiagnosticMessage.swift
[318/326] Compiling TypeInferedFactoryMacros PropertyData.swift
[319/326] Compiling TypeInferedFactoryMacros TypeInferedFactoryMacro.swift
[320/327] Wrapping AST for TypeInferedFactoryMacros for debugging
[321/327] Write Objects.LinkFileList
[322/327] Linking TypeInferedFactoryMacros-tool
[324/329] Emitting module TypeInferedFactory
[325/329] Compiling TypeInferedFactory TypeInferedFactory.swift
[326/330] Wrapping AST for TypeInferedFactory for debugging
[328/332] Emitting module TypeInferedFactoryClient
[329/332] Compiling TypeInferedFactoryClient main.swift
[330/333] Wrapping AST for TypeInferedFactoryClient for debugging
[331/333] Write Objects.LinkFileList
[332/333] Linking TypeInferedFactoryClient
Build complete! (106.46s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0-latest",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swinject",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.9.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Swinject/Swinject.git"
    }
  ],
  "manifest_display_name" : "TypeInferedFactory",
  "name" : "TypeInferedFactory",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "TypeInferedFactory",
      "targets" : [
        "TypeInferedFactory"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TypeInferedFactoryClient",
      "targets" : [
        "TypeInferedFactoryClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TypeInferedFactoryMacros",
      "targets" : [
        "TypeInferedFactoryMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypeInferedFactoryTests",
      "module_type" : "SwiftTarget",
      "name" : "TypeInferedFactoryTests",
      "path" : "Tests/TypeInferedFactoryTests",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "TypeInferedFactoryTests.swift"
      ],
      "target_dependencies" : [
        "TypeInferedFactoryCore",
        "TypeInferedFactoryMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypeInferedFactoryMacros",
      "module_type" : "SwiftTarget",
      "name" : "TypeInferedFactoryMacros",
      "path" : "Sources/TypeInferedFactoryMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftDiagnostics"
      ],
      "product_memberships" : [
        "TypeInferedFactory",
        "TypeInferedFactoryClient",
        "TypeInferedFactoryMacros"
      ],
      "sources" : [
        "Models/Errors/MacroDiagnosticMessage.swift",
        "Models/Errors/TypeInferedFactoryMacroError.swift",
        "Models/PropertyData.swift",
        "TypeInferedFactoryMacro.swift"
      ],
      "target_dependencies" : [
        "TypeInferedFactoryCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "TypeInferedFactoryCore",
      "module_type" : "SwiftTarget",
      "name" : "TypeInferedFactoryCore",
      "path" : "Sources/TypeInferedFactoryCore",
      "product_memberships" : [
        "TypeInferedFactory",
        "TypeInferedFactoryClient",
        "TypeInferedFactoryMacros"
      ],
      "sources" : [
        "Factory/Protocols/TypeInferedFactoryBuildable.swift",
        "Factory/Protocols/TypeInferedFactoryProtocol.swift",
        "TypeInferedFactory.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TypeInferedFactoryClient",
      "module_type" : "SwiftTarget",
      "name" : "TypeInferedFactoryClient",
      "path" : "Sources/TypeInferedFactoryClient",
      "product_dependencies" : [
        "Swinject"
      ],
      "product_memberships" : [
        "TypeInferedFactoryClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TypeInferedFactory"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TypeInferedFactory",
      "module_type" : "SwiftTarget",
      "name" : "TypeInferedFactory",
      "path" : "Sources/TypeInferedFactory",
      "product_memberships" : [
        "TypeInferedFactory",
        "TypeInferedFactoryClient"
      ],
      "sources" : [
        "TypeInferedFactory.swift"
      ],
      "target_dependencies" : [
        "TypeInferedFactoryMacros",
        "TypeInferedFactoryCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.