The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of TypeFamily, reference 0.2.0 (c48d6c), with Swift 6.1 for Android on 29 May 2025 08:48:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jhonatn/SwiftTypeFamily.git
Reference: 0.2.0
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/jhonatn/SwiftTypeFamily
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at c48d6ca Example and README updated
Cloned https://github.com/jhonatn/SwiftTypeFamily.git
Revision (git rev-parse @):
c48d6cac046b40733f3b01aa6107e8559576a5ce
SUCCESS checkout https://github.com/jhonatn/SwiftTypeFamily.git at 0.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jhonatn/SwiftTypeFamily.git
https://github.com/jhonatn/SwiftTypeFamily.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "TypeFamily",
  "name" : "TypeFamily",
  "path" : "/host/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" : "TypeFamily",
      "targets" : [
        "TypeFamily"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TypeFamilyClient",
      "targets" : [
        "TypeFamilyClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TypeFamilyMacros",
      "targets" : [
        "TypeFamilyMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypeFamilyTests",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyTests",
      "path" : "Tests/TypeFamilyTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "TypeFamilyTests.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypeFamilyMacros",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyMacros",
      "path" : "Sources/TypeFamilyMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient",
        "TypeFamilyMacros"
      ],
      "sources" : [
        "+Macros.swift",
        "TypeDeclSyntax.swift",
        "TypeFamilyChildMacro.swift",
        "TypeFamilyMacro.swift",
        "TypeFamilyParentMacro.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "TypeFamilyCore",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyCore",
      "path" : "Sources/TypeFamilyCore",
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient",
        "TypeFamilyMacros"
      ],
      "sources" : [
        "TypeFamilyChild.swift",
        "TypeFamilyParent.swift",
        "TypeFamilyParentOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TypeFamilyClient",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyClient",
      "path" : "Sources/TypeFamilyClient",
      "product_memberships" : [
        "TypeFamilyClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TypeFamily"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TypeFamily",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamily",
      "path" : "Sources/TypeFamily",
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient"
      ],
      "sources" : [
        "TypeFamily.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyMacros",
        "TypeFamilyCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-syntax.git
[1/70452] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (5.85s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (8.05s)
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
Building for debugging...
[0/41] Write sources
[18/41] Write swift-version-24593BA9C3E375BF.txt
[20/53] Emitting module SwiftSyntax510
[21/53] Emitting module SwiftSyntax509
[22/53] Compiling SwiftSyntax509 Empty.swift
[24/54] Compiling SwiftSyntax510 Empty.swift
[24/54] Wrapping AST for SwiftSyntax509 for debugging
[26/55] Wrapping AST for SwiftSyntax510 for debugging
[28/115] Emitting module TypeFamilyCore
[29/115] Compiling TypeFamilyCore TypeFamilyChild.swift
[30/115] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[31/115] Compiling TypeFamilyCore TypeFamilyParent.swift
[32/116] Wrapping AST for TypeFamilyCore for debugging
[34/116] Compiling SwiftSyntax AbsolutePosition.swift
[35/116] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[36/116] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[37/116] Compiling SwiftSyntax Assert.swift
[38/116] Compiling SwiftSyntax BumpPtrAllocator.swift
[39/116] Compiling SwiftSyntax CommonAncestor.swift
[40/116] Compiling SwiftSyntax Convenience.swift
[41/116] Compiling SwiftSyntax MemoryLayout.swift
[42/116] Compiling SwiftSyntax MissingNodeInitializers.swift
[43/124] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[44/124] Compiling TypeFamilyCore TypeFamilyParent.swift
[45/124] Emitting module TypeFamilyCore
[46/124] Compiling TypeFamilyCore TypeFamilyChild.swift
[47/125] Wrapping AST for TypeFamilyCore for debugging
[49/125] Emitting module SwiftSyntax
[50/125] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[51/125] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[52/125] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[53/125] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[54/125] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[55/125] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[56/125] Compiling SwiftSyntax RawSyntaxValidation.swift
[57/125] Compiling SwiftSyntax SyntaxNodesAB.swift
[58/125] Compiling SwiftSyntax SyntaxArena.swift
[59/125] Compiling SwiftSyntax SyntaxChildren.swift
[60/125] Compiling SwiftSyntax SyntaxCollection.swift
[61/125] Compiling SwiftSyntax SyntaxHashable.swift
[62/125] Compiling SwiftSyntax SyntaxIdentifier.swift
[63/125] Compiling SwiftSyntax SyntaxNodeStructure.swift
[64/125] Compiling SwiftSyntax SyntaxProtocol.swift
[65/125] Compiling SwiftSyntax SyntaxText.swift
[66/125] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[67/125] Compiling SwiftSyntax RawSyntax.swift
[68/125] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[69/125] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[70/125] Compiling SwiftSyntax RawSyntaxTokenView.swift
[71/125] Compiling SwiftSyntax SourceLength.swift
[72/125] Compiling SwiftSyntax SourceLocation.swift
[73/125] Compiling SwiftSyntax SourcePresence.swift
[74/125] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[75/125] Compiling SwiftSyntax Syntax.swift
[76/125] Compiling SwiftSyntax TokenDiagnostic.swift
[77/125] Compiling SwiftSyntax TokenSequence.swift
[78/125] Compiling SwiftSyntax TokenSyntax.swift
[79/125] Compiling SwiftSyntax Trivia.swift
[80/125] Compiling SwiftSyntax Utils.swift
[81/125] Compiling SwiftSyntax ChildNameForKeyPath.swift
[82/125] Compiling SwiftSyntax Keyword.swift
[83/125] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[84/125] Compiling SwiftSyntax SyntaxTransform.swift
[85/125] Compiling SwiftSyntax SyntaxVisitor.swift
[86/125] Compiling SwiftSyntax TokenKind.swift
[87/125] Compiling SwiftSyntax Tokens.swift
[88/125] Compiling SwiftSyntax TriviaPieces.swift
[89/125] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[90/125] Compiling SwiftSyntax RawSyntaxNodesC.swift
[91/125] Compiling SwiftSyntax RawSyntaxNodesD.swift
[92/125] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[93/125] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[94/125] Compiling SwiftSyntax SyntaxBaseNodes.swift
[95/125] Compiling SwiftSyntax SyntaxCollections.swift
[96/125] Compiling SwiftSyntax SyntaxEnum.swift
[97/125] Compiling SwiftSyntax SyntaxKind.swift
[98/125] Compiling SwiftSyntax SyntaxRewriter.swift
[99/125] Compiling SwiftSyntax SyntaxTraits.swift
[100/125] Compiling SwiftSyntax SyntaxNodesC.swift
[101/125] Compiling SwiftSyntax SyntaxNodesD.swift
[102/125] Compiling SwiftSyntax SyntaxNodesEF.swift
[103/125] Compiling SwiftSyntax SyntaxNodesGHI.swift
[104/125] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[105/125] Compiling SwiftSyntax SyntaxNodesOP.swift
[106/125] Compiling SwiftSyntax SyntaxNodesQRS.swift
[107/125] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[108/131] Wrapping AST for SwiftSyntax for debugging
[110/177] Compiling SwiftBasicFormat Syntax+Extensions.swift
[111/177] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[112/177] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[113/177] Emitting module SwiftDiagnostics
[114/177] Compiling SwiftDiagnostics Note.swift
[115/177] Compiling SwiftDiagnostics Message.swift
[116/177] Compiling SwiftDiagnostics Convenience.swift
[117/177] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[118/177] Compiling SwiftDiagnostics FixIt.swift
[119/177] Compiling SwiftDiagnostics Diagnostic.swift
[120/177] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[121/178] Wrapping AST for SwiftDiagnostics for debugging
[123/178] Compiling SwiftBasicFormat BasicFormat.swift
[124/178] Emitting module SwiftBasicFormat
[125/179] Wrapping AST for SwiftBasicFormat for debugging
[127/179] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[128/179] Compiling SwiftParser StringLiterals.swift
[129/179] Compiling SwiftParser SwiftParserCompatibility.swift
[130/179] Compiling SwiftParser SyntaxUtils.swift
[131/179] Compiling SwiftParser TokenConsumer.swift
[132/184] Compiling SwiftParser Lexer.swift
[133/184] Compiling SwiftParser RegexLiteralLexer.swift
[134/184] Compiling SwiftParser UnicodeScalarExtensions.swift
[135/184] Compiling SwiftParser Lookahead.swift
[136/184] Compiling SwiftParser LoopProgressCondition.swift
[137/184] Compiling SwiftParser TokenPrecedence.swift
[138/184] Compiling SwiftParser TokenSpec.swift
[139/184] Compiling SwiftParser TokenSpecSet.swift
[140/184] Compiling SwiftParser TopLevel.swift
[141/184] Compiling SwiftParser TriviaParser.swift
[142/184] Emitting module SwiftParser
[143/184] Compiling SwiftParser Modifiers.swift
[144/184] Compiling SwiftParser Names.swift
[145/184] Compiling SwiftParser Nominals.swift
[146/184] Compiling SwiftParser Parameters.swift
[147/184] Compiling SwiftParser ParseSourceFile.swift
[148/184] Compiling SwiftParser Parser.swift
[149/184] Compiling SwiftParser Patterns.swift
[150/184] Compiling SwiftParser Recovery.swift
[151/184] Compiling SwiftParser Specifiers.swift
[152/184] Compiling SwiftParser Statements.swift
[153/184] Compiling SwiftParser ExperimentalFeatures.swift
[154/184] Compiling SwiftParser Expressions.swift
[155/184] Compiling SwiftParser IncrementalParseTransition.swift
[156/184] Compiling SwiftParser Cursor.swift
[157/184] Compiling SwiftParser Lexeme.swift
[158/184] Compiling SwiftParser LexemeSequence.swift
[159/184] Compiling SwiftParser Attributes.swift
[160/184] Compiling SwiftParser Availability.swift
[161/184] Compiling SwiftParser CharacterInfo.swift
[162/184] Compiling SwiftParser CollectionNodes+Parsable.swift
[163/184] Compiling SwiftParser Declarations.swift
[164/184] Compiling SwiftParser Directives.swift
[165/184] Compiling SwiftParser Types.swift
[166/184] Compiling SwiftParser IsLexerClassified.swift
[167/184] Compiling SwiftParser LayoutNodes+Parsable.swift
[168/184] Compiling SwiftParser Parser+TokenSpecSet.swift
[169/184] Compiling SwiftParser TokenSpecStaticMembers.swift
[170/185] Wrapping AST for SwiftParser for debugging
[172/208] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[173/209] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[174/209] Compiling SwiftOperators PrecedenceGroup.swift
[175/210] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[176/210] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[177/210] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[178/210] Compiling SwiftParserDiagnostics Utils.swift
[179/210] Compiling SwiftOperators SyntaxSynthesis.swift
[180/210] Compiling SwiftOperators OperatorTable.swift
[181/210] Compiling SwiftOperators PrecedenceGraph.swift
[182/210] Emitting module SwiftOperators
[183/210] Compiling SwiftParserDiagnostics MissingNodesError.swift
[184/210] Compiling SwiftParserDiagnostics MissingTokenError.swift
[185/210] Compiling SwiftOperators OperatorTable+Semantics.swift
[186/210] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[187/210] Compiling SwiftOperators OperatorTable+Folding.swift
[191/211] Emitting module SwiftParserDiagnostics
[194/211] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[195/211] Compiling SwiftParserDiagnostics PresenceUtils.swift
[195/211] Wrapping AST for SwiftOperators for debugging
[197/211] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[198/211] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[199/212] Wrapping AST for SwiftParserDiagnostics for debugging
[201/226] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[202/226] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[203/227] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[204/227] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[205/227] Emitting module SwiftSyntaxBuilder
[206/227] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[207/227] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[208/227] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[209/227] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[210/227] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[211/227] Compiling SwiftSyntaxBuilder Indenter.swift
[212/227] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[213/227] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[214/227] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[215/227] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[216/228] Wrapping AST for SwiftSyntaxBuilder for debugging
[218/242] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[219/242] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[220/243] Compiling SwiftSyntaxMacros AccessorMacro.swift
[221/243] Compiling SwiftSyntaxMacros AttachedMacro.swift
[222/243] Emitting module SwiftSyntaxMacros
[223/243] Compiling SwiftSyntaxMacros MemberMacro.swift
[224/243] Compiling SwiftSyntaxMacros Macro.swift
[225/243] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[226/243] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[227/243] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[228/243] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[229/243] Compiling SwiftSyntaxMacros Macro+Format.swift
[230/243] Compiling SwiftSyntaxMacros PeerMacro.swift
[231/243] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[232/243] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[233/244] Wrapping AST for SwiftSyntaxMacros for debugging
[235/252] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[236/252] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[237/252] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[238/252] Emitting module SwiftSyntaxMacroExpansion
[239/252] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[240/252] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[241/252] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[242/252] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[243/253] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[245/260] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[246/260] Emitting module SwiftCompilerPluginMessageHandling
[247/260] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[248/260] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[249/260] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[250/260] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[251/260] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[252/261] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[254/263] Emitting module SwiftCompilerPlugin
[255/263] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[256/264] Wrapping AST for SwiftCompilerPlugin for debugging
[258/270] Compiling TypeFamilyMacros TypeDeclSyntax.swift
[259/270] Compiling TypeFamilyMacros TypeFamilyChildMacro.swift
/host/spi-builder-workspace/Sources/TypeFamilyMacros/TypeFamilyChildMacro.swift:42:13: warning: initialization of immutable value 'methodArgument' was never used; consider replacing with assignment to '_' or removing it
40 |             throw TypeFamilyError(message: "Wrong syntax")
41 |         }
42 |         let methodArgument = arguments?.first?
   |             `- warning: initialization of immutable value 'methodArgument' was never used; consider replacing with assignment to '_' or removing it
43 |             .expression.as(StringLiteralExprSyntax.self)?
44 |             .segments.first?.as(StringSegmentSyntax.self)?
[260/270] Compiling TypeFamilyMacros TypeFamilyMacro.swift
[261/270] Compiling TypeFamilyMacros +Macros.swift
[262/270] Compiling TypeFamilyMacros TypeFamilyParentMacro.swift
[263/270] Emitting module TypeFamilyMacros
[264/271] Wrapping AST for TypeFamilyMacros for debugging
[265/271] Write Objects.LinkFileList
[266/271] Linking TypeFamilyMacros-tool
[268/273] Compiling TypeFamily TypeFamily.swift
[269/273] Emitting module TypeFamily
[270/276] Wrapping AST for TypeFamily for debugging
[272/276] Emitting module TypeFamilyClient
[273/276] Compiling TypeFamilyClient main.swift
[274/277] Wrapping AST for TypeFamilyClient for debugging
[275/277] Write Objects.LinkFileList
[276/277] Linking TypeFamilyClient
Build complete! (144.39s)
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" : "TypeFamily",
  "name" : "TypeFamily",
  "path" : "/host/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" : "TypeFamily",
      "targets" : [
        "TypeFamily"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TypeFamilyClient",
      "targets" : [
        "TypeFamilyClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "TypeFamilyMacros",
      "targets" : [
        "TypeFamilyMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypeFamilyTests",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyTests",
      "path" : "Tests/TypeFamilyTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "TypeFamilyTests.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypeFamilyMacros",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyMacros",
      "path" : "Sources/TypeFamilyMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient",
        "TypeFamilyMacros"
      ],
      "sources" : [
        "+Macros.swift",
        "TypeDeclSyntax.swift",
        "TypeFamilyChildMacro.swift",
        "TypeFamilyMacro.swift",
        "TypeFamilyParentMacro.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "TypeFamilyCore",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyCore",
      "path" : "Sources/TypeFamilyCore",
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient",
        "TypeFamilyMacros"
      ],
      "sources" : [
        "TypeFamilyChild.swift",
        "TypeFamilyParent.swift",
        "TypeFamilyParentOptions.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TypeFamilyClient",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamilyClient",
      "path" : "Sources/TypeFamilyClient",
      "product_memberships" : [
        "TypeFamilyClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TypeFamily"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TypeFamily",
      "module_type" : "SwiftTarget",
      "name" : "TypeFamily",
      "path" : "Sources/TypeFamily",
      "product_memberships" : [
        "TypeFamily",
        "TypeFamilyClient"
      ],
      "sources" : [
        "TypeFamily.swift"
      ],
      "target_dependencies" : [
        "TypeFamilyMacros",
        "TypeFamilyCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.