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 main (c48d6c), with Swift 6.1 for Android on 29 May 2025 08:48:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-3":/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.88s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (8.12s)
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 SwiftSyntax509
[21/53] Compiling SwiftSyntax509 Empty.swift
[22/54] Compiling SwiftSyntax510 Empty.swift
[23/54] Emitting module SwiftSyntax510
[25/55] Wrapping AST for SwiftSyntax509 for debugging
[26/55] Wrapping AST for SwiftSyntax510 for debugging
[28/115] Emitting module TypeFamilyCore
[29/115] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[30/115] Emitting module TypeFamilyCore
[31/115] Compiling TypeFamilyCore TypeFamilyChild.swift
[32/115] Compiling TypeFamilyCore TypeFamilyParent.swift
[33/116] Wrapping AST for TypeFamilyCore for debugging
[35/116] Compiling SwiftSyntax AbsolutePosition.swift
[36/116] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[37/116] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[38/116] Compiling SwiftSyntax Assert.swift
[39/116] Compiling SwiftSyntax BumpPtrAllocator.swift
[40/116] Compiling SwiftSyntax CommonAncestor.swift
[41/116] Compiling SwiftSyntax Convenience.swift
[42/116] Compiling SwiftSyntax MemoryLayout.swift
[43/116] Compiling SwiftSyntax MissingNodeInitializers.swift
[44/116] Compiling SwiftSyntax RawSyntax.swift
[45/116] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[46/116] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[47/116] Compiling SwiftSyntax RawSyntaxTokenView.swift
[48/116] Compiling SwiftSyntax SourceLength.swift
[49/116] Compiling SwiftSyntax SourceLocation.swift
[50/116] Compiling SwiftSyntax SourcePresence.swift
[51/116] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[52/116] Compiling SwiftSyntax Syntax.swift
[53/124] Compiling TypeFamilyCore TypeFamilyChild.swift
[54/124] Compiling TypeFamilyCore TypeFamilyParent.swift
[55/124] Compiling TypeFamilyCore TypeFamilyParentOptions.swift
[56/125] Wrapping AST for TypeFamilyCore for debugging
[58/125] Emitting module SwiftSyntax
[59/125] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[60/125] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[61/125] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[62/125] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[63/125] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[64/125] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[65/125] Compiling SwiftSyntax RawSyntaxValidation.swift
[66/125] Compiling SwiftSyntax SyntaxNodesAB.swift
[67/125] Compiling SwiftSyntax SyntaxArena.swift
[68/125] Compiling SwiftSyntax SyntaxChildren.swift
[69/125] Compiling SwiftSyntax SyntaxCollection.swift
[70/125] Compiling SwiftSyntax SyntaxHashable.swift
[71/125] Compiling SwiftSyntax SyntaxIdentifier.swift
[72/125] Compiling SwiftSyntax SyntaxNodeStructure.swift
[73/125] Compiling SwiftSyntax SyntaxProtocol.swift
[74/125] Compiling SwiftSyntax SyntaxText.swift
[75/125] Compiling SwiftSyntax SyntaxTreeViewMode.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 RenamedNodesCompatibility.swift
[85/125] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[86/125] Compiling SwiftSyntax SyntaxBaseNodes.swift
[87/125] Compiling SwiftSyntax SyntaxCollections.swift
[88/125] Compiling SwiftSyntax SyntaxEnum.swift
[89/125] Compiling SwiftSyntax SyntaxKind.swift
[90/125] Compiling SwiftSyntax SyntaxRewriter.swift
[91/125] Compiling SwiftSyntax SyntaxTraits.swift
[92/125] Compiling SwiftSyntax SyntaxTransform.swift
[93/125] Compiling SwiftSyntax SyntaxVisitor.swift
[94/125] Compiling SwiftSyntax TokenKind.swift
[95/125] Compiling SwiftSyntax Tokens.swift
[96/125] Compiling SwiftSyntax TriviaPieces.swift
[97/125] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[98/125] Compiling SwiftSyntax RawSyntaxNodesC.swift
[99/125] Compiling SwiftSyntax RawSyntaxNodesD.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/127] Wrapping AST for SwiftSyntax for debugging
[110/177] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[111/177] Compiling SwiftBasicFormat Syntax+Extensions.swift
[112/177] Compiling SwiftDiagnostics FixIt.swift
[113/177] Emitting module SwiftDiagnostics
[114/177] Compiling SwiftDiagnostics Message.swift
[115/177] Compiling SwiftDiagnostics Note.swift
[116/177] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[117/177] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[118/177] Compiling SwiftDiagnostics Convenience.swift
[119/177] Compiling SwiftDiagnostics Diagnostic.swift
[120/177] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[121/178] Emitting module SwiftBasicFormat
[122/178] Compiling SwiftBasicFormat BasicFormat.swift
[124/179] Wrapping AST for SwiftDiagnostics for debugging
[125/179] Wrapping AST for SwiftBasicFormat for debugging
[127/179] Compiling SwiftParser Lexer.swift
[128/179] Compiling SwiftParser RegexLiteralLexer.swift
[129/179] Compiling SwiftParser UnicodeScalarExtensions.swift
[130/179] Compiling SwiftParser Lookahead.swift
[131/179] Compiling SwiftParser LoopProgressCondition.swift
[132/179] Emitting module SwiftParser
[133/184] Compiling SwiftParser Modifiers.swift
[134/184] Compiling SwiftParser Names.swift
[135/184] Compiling SwiftParser Nominals.swift
[136/184] Compiling SwiftParser Parameters.swift
[137/184] Compiling SwiftParser ParseSourceFile.swift
[138/184] Compiling SwiftParser Parser.swift
[139/184] Compiling SwiftParser Patterns.swift
[140/184] Compiling SwiftParser Recovery.swift
[141/184] Compiling SwiftParser Specifiers.swift
[142/184] Compiling SwiftParser Statements.swift
[143/184] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[144/184] Compiling SwiftParser StringLiterals.swift
[145/184] Compiling SwiftParser SwiftParserCompatibility.swift
[146/184] Compiling SwiftParser SyntaxUtils.swift
[147/184] Compiling SwiftParser TokenConsumer.swift
[148/184] Compiling SwiftParser TokenPrecedence.swift
[149/184] Compiling SwiftParser TokenSpec.swift
[150/184] Compiling SwiftParser TokenSpecSet.swift
[151/184] Compiling SwiftParser TopLevel.swift
[152/184] Compiling SwiftParser TriviaParser.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 SwiftOperators PrecedenceGroup.swift
[174/209] Compiling SwiftOperators OperatorError.swift
[175/209] Compiling SwiftOperators OperatorTable+Defaults.swift
[176/209] Compiling SwiftOperators PrecedenceGraph.swift
[177/210] Compiling SwiftOperators OperatorTable.swift
[178/210] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[179/210] Compiling SwiftOperators Operator.swift
[180/210] Compiling SwiftOperators OperatorError+Diagnostics.swift
[181/210] Emitting module SwiftOperators
[182/210] Compiling SwiftOperators OperatorTable+Semantics.swift
[183/210] Compiling SwiftOperators SyntaxSynthesis.swift
[184/210] Compiling SwiftOperators OperatorTable+Folding.swift
[186/211] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[187/211] Compiling SwiftParserDiagnostics Utils.swift
[188/211] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[188/211] Wrapping AST for SwiftOperators for debugging
[190/211] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[191/211] Compiling SwiftParserDiagnostics PresenceUtils.swift
[192/211] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[193/211] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[196/211] Emitting module SwiftParserDiagnostics
[199/212] Wrapping AST for SwiftParserDiagnostics for debugging
[201/226] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[202/226] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[203/227] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[204/227] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[205/227] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[206/227] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[207/227] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[208/227] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[209/227] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[210/227] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[211/227] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[212/227] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[213/227] Emitting module SwiftSyntaxBuilder
[214/227] Compiling SwiftSyntaxBuilder Indenter.swift
[215/227] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[216/228] Wrapping AST for SwiftSyntaxBuilder for debugging
[218/242] Compiling SwiftSyntaxMacros AccessorMacro.swift
[219/242] Compiling SwiftSyntaxMacros AttachedMacro.swift
[220/242] Compiling SwiftSyntaxMacros Macro.swift
[221/242] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[222/242] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[223/242] Compiling SwiftSyntaxMacros Macro+Format.swift
[224/242] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[225/242] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[226/242] Compiling SwiftSyntaxMacros MemberMacro.swift
[227/243] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[228/243] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[229/243] Emitting module SwiftSyntaxMacros
[230/243] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[231/243] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[232/243] Compiling SwiftSyntaxMacros PeerMacro.swift
[233/244] Wrapping AST for SwiftSyntaxMacros for debugging
[235/252] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[236/252] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[237/252] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[238/252] Emitting module SwiftSyntaxMacroExpansion
[239/252] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[240/252] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[241/252] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[242/252] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[243/253] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[245/260] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[246/260] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[247/260] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[248/260] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[249/260] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[250/260] Emitting module SwiftCompilerPluginMessageHandling
[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 +Macros.swift
[259/270] Emitting module TypeFamilyMacros
[260/270] Compiling TypeFamilyMacros TypeFamilyMacro.swift
[261/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)?
[262/270] Compiling TypeFamilyMacros TypeFamilyParentMacro.swift
[263/270] Compiling TypeFamilyMacros TypeDeclSyntax.swift
[264/271] Wrapping AST for TypeFamilyMacros for debugging
[265/271] Write Objects.LinkFileList
[266/271] Linking TypeFamilyMacros-tool
[268/273] Emitting module TypeFamily
[269/273] Compiling TypeFamily TypeFamily.swift
[270/274] 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! (146.17s)
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.