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

Failed to build Buildable, reference 1.2.0 (9dce39), with Swift 6.1 for Android on 30 Jun 2025 18:52:53 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alschmut/SwiftBuildableMacro.git
Reference: 1.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/alschmut/SwiftBuildableMacro
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 9dce398 Update README
Cloned https://github.com/alschmut/SwiftBuildableMacro.git
Revision (git rev-parse @):
9dce398330a53e0b18b61b1d6c9b62e84639df5e
SUCCESS checkout https://github.com/alschmut/SwiftBuildableMacro.git at 1.2.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alschmut/SwiftBuildableMacro.git
https://github.com/alschmut/SwiftBuildableMacro.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" : "Buildable",
  "name" : "Buildable",
  "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" : "Buildable",
      "targets" : [
        "Buildable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BuildableClient",
      "targets" : [
        "BuildableClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "BuildableMacro",
      "targets" : [
        "BuildableMacro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BuildableMacroTests",
      "module_type" : "SwiftTarget",
      "name" : "BuildableMacroTests",
      "path" : "Tests/BuildableMacroTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "BuildableClassTests.swift",
        "BuildableEnumTests.swift",
        "BuildableStructTests.swift",
        "TestMacros.swift"
      ],
      "target_dependencies" : [
        "BuildableMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BuildableMacro",
      "module_type" : "SwiftTarget",
      "name" : "BuildableMacro",
      "path" : "Sources/BuildableMacro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Buildable",
        "BuildableClient",
        "BuildableMacro"
      ],
      "sources" : [
        "BuildableMacro.swift",
        "Enum/GenerateBuilderFromEnum.swift",
        "Enum/Helper/GetFirstEnumCaseName.swift",
        "Enum/Helper/MakeFunctionDeclWithValue.swift",
        "Enum/Helper/MakeVariableDeclWithValue.swift",
        "Enum/Model/EnumMember.swift",
        "StructAndClass/GenerateBuilderFromClass.swift",
        "StructAndClass/GenerateBuilderFromStruct.swift",
        "StructAndClass/Helper/ExtractInitializerMembers.swift",
        "StructAndClass/Helper/ExtractMembers.swift",
        "StructAndClass/Helper/GetDefaultValueForType.swift",
        "StructAndClass/Helper/GetFirstInitialiser.swift",
        "StructAndClass/Helper/MakeFunctionDecl.swift",
        "StructAndClass/Helper/MakeStructBuilder.swift",
        "StructAndClass/Helper/MakeVariableDecl.swift",
        "StructAndClass/Model/StructMember.swift",
        "Utils/GetSendableInheritanceClause.swift",
        "Utils/GetStructBuilderName.swift",
        "Utils/MakeBuildFunctionDecl.swift",
        "Utils/String+Error.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "BuildableClient",
      "module_type" : "SwiftTarget",
      "name" : "BuildableClient",
      "path" : "Sources/BuildableClient",
      "product_memberships" : [
        "BuildableClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Buildable"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Buildable",
      "module_type" : "SwiftTarget",
      "name" : "Buildable",
      "path" : "Sources/Buildable",
      "product_memberships" : [
        "Buildable",
        "BuildableClient"
      ],
      "sources" : [
        "Buildable.swift"
      ],
      "target_dependencies" : [
        "BuildableMacro"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/71106] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.49s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.3 (11.31s)
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/37] Write sources
[16/37] Write swift-version-24593BA9C3E375BF.txt
[18/41] Emitting module SwiftSyntax510
[19/41] Emitting module SwiftSyntax509
[20/41] Compiling SwiftSyntax509 Empty.swift
[21/42] Compiling SwiftSyntax510 Empty.swift
[23/43] Wrapping AST for SwiftSyntax509 for debugging
[24/43] Wrapping AST for SwiftSyntax510 for debugging
[26/103] Compiling SwiftSyntax SyntaxArena.swift
[27/103] Compiling SwiftSyntax SyntaxChildren.swift
[28/103] Compiling SwiftSyntax SyntaxCollection.swift
[29/103] Compiling SwiftSyntax SyntaxHashable.swift
[30/103] Compiling SwiftSyntax SyntaxIdentifier.swift
[31/103] Compiling SwiftSyntax SyntaxNodeStructure.swift
[32/103] Compiling SwiftSyntax SyntaxProtocol.swift
[33/103] Compiling SwiftSyntax SyntaxText.swift
[34/103] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[35/111] Emitting module SwiftSyntax
[36/111] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[37/111] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[38/111] Compiling SwiftSyntax SyntaxBaseNodes.swift
[39/111] Compiling SwiftSyntax SyntaxCollections.swift
[40/111] Compiling SwiftSyntax SyntaxEnum.swift
[41/111] Compiling SwiftSyntax SyntaxKind.swift
[42/111] Compiling SwiftSyntax SyntaxRewriter.swift
[43/111] Compiling SwiftSyntax SyntaxTraits.swift
[44/111] Compiling SwiftSyntax AbsolutePosition.swift
[45/111] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[46/111] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[47/111] Compiling SwiftSyntax Assert.swift
[48/111] Compiling SwiftSyntax BumpPtrAllocator.swift
[49/111] Compiling SwiftSyntax CommonAncestor.swift
[50/111] Compiling SwiftSyntax Convenience.swift
[51/111] Compiling SwiftSyntax MemoryLayout.swift
[52/111] Compiling SwiftSyntax MissingNodeInitializers.swift
[53/111] Compiling SwiftSyntax RawSyntax.swift
[54/111] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[55/111] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[56/111] Compiling SwiftSyntax RawSyntaxTokenView.swift
[57/111] Compiling SwiftSyntax SourceLength.swift
[58/111] Compiling SwiftSyntax SourceLocation.swift
[59/111] Compiling SwiftSyntax SourcePresence.swift
[60/111] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[61/111] Compiling SwiftSyntax Syntax.swift
[62/111] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[63/111] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[64/111] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[65/111] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[66/111] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[67/111] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[68/111] Compiling SwiftSyntax RawSyntaxValidation.swift
[69/111] Compiling SwiftSyntax SyntaxNodesAB.swift
[70/111] Compiling SwiftSyntax TokenDiagnostic.swift
[71/111] Compiling SwiftSyntax TokenSequence.swift
[72/111] Compiling SwiftSyntax TokenSyntax.swift
[73/111] Compiling SwiftSyntax Trivia.swift
[74/111] Compiling SwiftSyntax Utils.swift
[75/111] Compiling SwiftSyntax ChildNameForKeyPath.swift
[76/111] Compiling SwiftSyntax Keyword.swift
[77/111] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[78/111] Compiling SwiftSyntax SyntaxTransform.swift
[79/111] Compiling SwiftSyntax SyntaxVisitor.swift
[80/111] Compiling SwiftSyntax TokenKind.swift
[81/111] Compiling SwiftSyntax Tokens.swift
[82/111] Compiling SwiftSyntax TriviaPieces.swift
[83/111] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[84/111] Compiling SwiftSyntax RawSyntaxNodesC.swift
[85/111] Compiling SwiftSyntax RawSyntaxNodesD.swift
[86/111] Compiling SwiftSyntax SyntaxNodesC.swift
[87/111] Compiling SwiftSyntax SyntaxNodesD.swift
[88/111] Compiling SwiftSyntax SyntaxNodesEF.swift
[89/111] Compiling SwiftSyntax SyntaxNodesGHI.swift
[90/111] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[91/111] Compiling SwiftSyntax SyntaxNodesOP.swift
[92/111] Compiling SwiftSyntax SyntaxNodesQRS.swift
[93/111] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[94/114] Wrapping AST for SwiftSyntax for debugging
[96/163] Emitting module SwiftDiagnostics
[97/163] Compiling SwiftDiagnostics Message.swift
[98/163] Compiling SwiftDiagnostics Note.swift
[99/163] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[100/163] Compiling SwiftBasicFormat Syntax+Extensions.swift
[101/163] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[102/163] Compiling SwiftDiagnostics FixIt.swift
[103/163] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[104/163] Compiling SwiftDiagnostics Diagnostic.swift
[105/163] Compiling SwiftDiagnostics Convenience.swift
[106/163] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[108/164] Emitting module SwiftBasicFormat
[109/164] Compiling SwiftBasicFormat BasicFormat.swift
[109/165] Wrapping AST for SwiftDiagnostics for debugging
[112/165] Compiling SwiftParser Modifiers.swift
[113/165] Compiling SwiftParser Names.swift
[114/165] Compiling SwiftParser Nominals.swift
[115/165] Compiling SwiftParser Parameters.swift
[116/165] Compiling SwiftParser ParseSourceFile.swift
[116/170] Wrapping AST for SwiftBasicFormat for debugging
[118/170] Emitting module SwiftParser
[119/170] Compiling SwiftParser Lexer.swift
[120/170] Compiling SwiftParser RegexLiteralLexer.swift
[121/170] Compiling SwiftParser UnicodeScalarExtensions.swift
[122/170] Compiling SwiftParser Lookahead.swift
[123/170] Compiling SwiftParser LoopProgressCondition.swift
[124/170] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[125/170] Compiling SwiftParser StringLiterals.swift
[126/170] Compiling SwiftParser SwiftParserCompatibility.swift
[127/170] Compiling SwiftParser SyntaxUtils.swift
[128/170] Compiling SwiftParser TokenConsumer.swift
[129/170] Compiling SwiftParser TokenPrecedence.swift
[130/170] Compiling SwiftParser TokenSpec.swift
[131/170] Compiling SwiftParser TokenSpecSet.swift
[132/170] Compiling SwiftParser TopLevel.swift
[133/170] Compiling SwiftParser TriviaParser.swift
[134/170] Compiling SwiftParser Parser.swift
[135/170] Compiling SwiftParser Patterns.swift
[136/170] Compiling SwiftParser Recovery.swift
[137/170] Compiling SwiftParser Specifiers.swift
[138/170] Compiling SwiftParser Statements.swift
[139/170] Compiling SwiftParser ExperimentalFeatures.swift
[140/170] Compiling SwiftParser Expressions.swift
[141/170] Compiling SwiftParser IncrementalParseTransition.swift
[142/170] Compiling SwiftParser Cursor.swift
[143/170] Compiling SwiftParser Lexeme.swift
[144/170] Compiling SwiftParser LexemeSequence.swift
[145/170] Compiling SwiftParser Attributes.swift
[146/170] Compiling SwiftParser Availability.swift
[147/170] Compiling SwiftParser CharacterInfo.swift
[148/170] Compiling SwiftParser CollectionNodes+Parsable.swift
[149/170] Compiling SwiftParser Declarations.swift
[150/170] Compiling SwiftParser Directives.swift
[151/170] Compiling SwiftParser Types.swift
[152/170] Compiling SwiftParser IsLexerClassified.swift
[153/170] Compiling SwiftParser LayoutNodes+Parsable.swift
[154/170] Compiling SwiftParser Parser+TokenSpecSet.swift
[155/170] Compiling SwiftParser TokenSpecStaticMembers.swift
[156/171] Wrapping AST for SwiftParser for debugging
[158/194] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[159/195] Compiling SwiftOperators PrecedenceGroup.swift
[160/196] Emitting module SwiftParserDiagnostics
[161/196] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[162/196] Compiling SwiftOperators PrecedenceGraph.swift
[163/196] Compiling SwiftOperators OperatorTable+Semantics.swift
[164/196] Compiling SwiftOperators OperatorTable.swift
[165/196] Compiling SwiftOperators SyntaxSynthesis.swift
[166/196] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[167/196] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[168/196] Emitting module SwiftOperators
[169/196] Compiling SwiftParserDiagnostics MissingNodesError.swift
[170/196] Compiling SwiftParserDiagnostics MissingTokenError.swift
[171/196] Compiling SwiftOperators OperatorTable+Folding.swift
[172/197] Wrapping AST for SwiftOperators for debugging
[174/197] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[175/197] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[176/197] Compiling SwiftParserDiagnostics Utils.swift
[177/197] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[178/197] Compiling SwiftParserDiagnostics PresenceUtils.swift
[179/197] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[180/197] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[185/198] Wrapping AST for SwiftParserDiagnostics for debugging
[187/212] Compiling SwiftSyntaxBuilder Indenter.swift
[188/212] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[189/212] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[190/212] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[191/213] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[192/213] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[193/213] Emitting module SwiftSyntaxBuilder
[194/213] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[195/213] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[196/213] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[197/213] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[198/213] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[199/213] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[200/213] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[201/213] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[202/214] Wrapping AST for SwiftSyntaxBuilder for debugging
[204/228] Compiling SwiftSyntaxMacros AccessorMacro.swift
[205/228] Compiling SwiftSyntaxMacros AttachedMacro.swift
[206/229] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[207/229] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[208/229] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[209/229] Compiling SwiftSyntaxMacros Macro+Format.swift
[210/229] Compiling SwiftSyntaxMacros PeerMacro.swift
[211/229] Emitting module SwiftSyntaxMacros
[212/229] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[213/229] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[214/229] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[215/229] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[216/229] Compiling SwiftSyntaxMacros Macro.swift
[217/229] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[218/229] Compiling SwiftSyntaxMacros MemberMacro.swift
[219/230] Wrapping AST for SwiftSyntaxMacros for debugging
[221/238] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[222/238] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[223/238] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[224/238] Emitting module SwiftSyntaxMacroExpansion
[225/238] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[226/238] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[227/238] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[228/238] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[229/239] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[231/246] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[232/246] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[233/246] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[234/246] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[235/246] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[236/246] Emitting module SwiftCompilerPluginMessageHandling
[237/246] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[238/247] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[240/249] Emitting module SwiftCompilerPlugin
[241/249] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[242/250] Wrapping AST for SwiftCompilerPlugin for debugging
[244/269] Compiling BuildableMacro GenerateBuilderFromClass.swift
[245/269] Compiling BuildableMacro GenerateBuilderFromStruct.swift
[246/269] Compiling BuildableMacro ExtractInitializerMembers.swift
[247/271] Compiling BuildableMacro MakeVariableDecl.swift
[248/271] Compiling BuildableMacro StructMember.swift
[249/271] Compiling BuildableMacro MakeFunctionDeclWithValue.swift
[250/271] Compiling BuildableMacro MakeVariableDeclWithValue.swift
[251/271] Compiling BuildableMacro EnumMember.swift
[252/271] Emitting module BuildableMacro
/host/spi-builder-workspace/Sources/BuildableMacro/StructAndClass/Helper/GetDefaultValueForType.swift:68:13: warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | }
67 |
68 | private var mapping: [String: ExprSyntax] = [
   |             |- warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'mapping' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'mapping' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |     "String": "\"\"",
70 |     "Int": "0",
/host/spi-builder-workspace/Sources/BuildableMacro/Utils/String+Error.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | //
7 |
8 | extension String: Error {}
  | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
9 |
[253/271] Compiling BuildableMacro BuildableMacro.swift
[254/271] Compiling BuildableMacro GenerateBuilderFromEnum.swift
[255/271] Compiling BuildableMacro GetFirstEnumCaseName.swift
[256/271] Compiling BuildableMacro MakeFunctionDecl.swift
[257/271] Compiling BuildableMacro MakeStructBuilder.swift
[258/271] Compiling BuildableMacro GetSendableInheritanceClause.swift
[259/271] Compiling BuildableMacro GetStructBuilderName.swift
[260/271] Compiling BuildableMacro MakeBuildFunctionDecl.swift
/host/spi-builder-workspace/Sources/BuildableMacro/Utils/String+Error.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | //
7 |
8 | extension String: Error {}
  | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
9 |
[261/271] Compiling BuildableMacro String+Error.swift
/host/spi-builder-workspace/Sources/BuildableMacro/Utils/String+Error.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | //
7 |
8 | extension String: Error {}
  | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
9 |
[262/271] Compiling BuildableMacro ExtractMembers.swift
/host/spi-builder-workspace/Sources/BuildableMacro/StructAndClass/Helper/GetDefaultValueForType.swift:68:13: warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | }
67 |
68 | private var mapping: [String: ExprSyntax] = [
   |             |- warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'mapping' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'mapping' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |     "String": "\"\"",
70 |     "Int": "0",
[263/271] Compiling BuildableMacro GetDefaultValueForType.swift
/host/spi-builder-workspace/Sources/BuildableMacro/StructAndClass/Helper/GetDefaultValueForType.swift:68:13: warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | }
67 |
68 | private var mapping: [String: ExprSyntax] = [
   |             |- warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'mapping' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'mapping' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |     "String": "\"\"",
70 |     "Int": "0",
[264/271] Compiling BuildableMacro GetFirstInitialiser.swift
/host/spi-builder-workspace/Sources/BuildableMacro/StructAndClass/Helper/GetDefaultValueForType.swift:68:13: warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
66 | }
67 |
68 | private var mapping: [String: ExprSyntax] = [
   |             |- warning: var 'mapping' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |             |- note: convert 'mapping' to a 'let' constant to make 'Sendable' shared state immutable
   |             |- note: add '@MainActor' to make var 'mapping' part of global actor 'MainActor'
   |             `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
69 |     "String": "\"\"",
70 |     "Int": "0",
[265/272] Wrapping AST for BuildableMacro for debugging
[266/272] Write Objects.LinkFileList
[267/272] Linking BuildableMacro-tool
[269/274] Emitting module Buildable
[270/274] Compiling Buildable Buildable.swift
[271/275] Wrapping AST for Buildable for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[273/277] Emitting module BuildableClient
macro expansion @Buildable:24:14: error: cannot find type 'CGVector' in scope
`- /host/spi-builder-workspace/Sources/BuildableClient/main.swift:39:2: note: expanded code originates here
37 |     let m32: (String, Int) -> String
38 |     var myEnum: MyEnum
39 | }
   +--- macro expansion @Buildable -------------------------------------
   |22 |     var m21: CGRect = CGRect()
   |23 |     var m22: CGSize = CGSize()
   |24 |     var m23: CGVector = CGVector()
   |   |              `- error: cannot find type 'CGVector' in scope
   |25 |     var m24: String?
   |26 |     var m25: String!
   +--------------------------------------------------------------------
40 |
41 | @Buildable
/host/spi-builder-workspace/Sources/BuildableClient/main.swift:28:14: error: cannot find type 'CGVector' in scope
26 |     let m21: CGRect
27 |     let m22: CGSize
28 |     let m23: CGVector
   |              `- error: cannot find type 'CGVector' in scope
29 |     let m24: String?
30 |     let m25: String!
[274/277] Compiling BuildableClient main.swift
macro expansion @Buildable:24:14: error: cannot find type 'CGVector' in scope
`- /host/spi-builder-workspace/Sources/BuildableClient/main.swift:39:2: note: expanded code originates here
37 |     let m32: (String, Int) -> String
38 |     var myEnum: MyEnum
39 | }
   +--- macro expansion @Buildable -------------------------------------
   |22 |     var m21: CGRect = CGRect()
   |23 |     var m22: CGSize = CGSize()
   |24 |     var m23: CGVector = CGVector()
   |   |              `- error: cannot find type 'CGVector' in scope
   |25 |     var m24: String?
   |26 |     var m25: String!
   +--------------------------------------------------------------------
40 |
41 | @Buildable
/host/spi-builder-workspace/Sources/BuildableClient/main.swift:28:14: error: cannot find type 'CGVector' in scope
26 |     let m21: CGRect
27 |     let m22: CGSize
28 |     let m23: CGVector
   |              `- error: cannot find type 'CGVector' in scope
29 |     let m24: String?
30 |     let m25: String!
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/21] Write swift-version-24593BA9C3E375BF.txt
[2/25] Emitting module SwiftSyntax509
[3/25] Compiling SwiftSyntax509 Empty.swift
[4/26] Emitting module SwiftSyntax510
[5/26] Compiling SwiftSyntax510 Empty.swift
[8/85] Compiling SwiftSyntax AbsolutePosition.swift
[9/85] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[10/85] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[11/85] Compiling SwiftSyntax Assert.swift
[12/85] Compiling SwiftSyntax BumpPtrAllocator.swift
[13/85] Compiling SwiftSyntax CommonAncestor.swift
[14/85] Compiling SwiftSyntax Convenience.swift
[15/85] Compiling SwiftSyntax MemoryLayout.swift
[16/85] Compiling SwiftSyntax MissingNodeInitializers.swift
[17/93] Compiling SwiftSyntax SyntaxArena.swift
[18/93] Compiling SwiftSyntax SyntaxChildren.swift
[19/93] Compiling SwiftSyntax SyntaxCollection.swift
[20/93] Compiling SwiftSyntax SyntaxHashable.swift
[21/93] Compiling SwiftSyntax SyntaxIdentifier.swift
[22/93] Compiling SwiftSyntax SyntaxNodeStructure.swift
[23/93] Compiling SwiftSyntax SyntaxProtocol.swift
[24/93] Compiling SwiftSyntax SyntaxText.swift
[25/93] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[26/93] Compiling SwiftSyntax RawSyntax.swift
[27/93] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[28/93] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[29/93] Compiling SwiftSyntax RawSyntaxTokenView.swift
[30/93] Compiling SwiftSyntax SourceLength.swift
[31/93] Compiling SwiftSyntax SourceLocation.swift
[32/93] Compiling SwiftSyntax SourcePresence.swift
[33/93] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[34/93] Compiling SwiftSyntax Syntax.swift
[35/93] Compiling SwiftSyntax TokenDiagnostic.swift
[36/93] Compiling SwiftSyntax TokenSequence.swift
[37/93] Compiling SwiftSyntax TokenSyntax.swift
[38/93] Compiling SwiftSyntax Trivia.swift
[39/93] Compiling SwiftSyntax Utils.swift
[40/93] Compiling SwiftSyntax ChildNameForKeyPath.swift
[41/93] Compiling SwiftSyntax Keyword.swift
[42/93] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[43/93] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[44/93] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[45/93] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[46/93] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[47/93] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[48/93] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[49/93] Compiling SwiftSyntax RawSyntaxValidation.swift
[50/93] Compiling SwiftSyntax SyntaxNodesAB.swift
[51/93] Emitting module SwiftSyntax
[52/93] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[53/93] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[54/93] Compiling SwiftSyntax SyntaxBaseNodes.swift
[55/93] Compiling SwiftSyntax SyntaxCollections.swift
[56/93] Compiling SwiftSyntax SyntaxEnum.swift
[57/93] Compiling SwiftSyntax SyntaxKind.swift
[58/93] Compiling SwiftSyntax SyntaxRewriter.swift
[59/93] Compiling SwiftSyntax SyntaxTraits.swift
[60/93] Compiling SwiftSyntax SyntaxTransform.swift
[61/93] Compiling SwiftSyntax SyntaxVisitor.swift
[62/93] Compiling SwiftSyntax TokenKind.swift
[63/93] Compiling SwiftSyntax Tokens.swift
[64/93] Compiling SwiftSyntax TriviaPieces.swift
[65/93] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[66/93] Compiling SwiftSyntax RawSyntaxNodesC.swift
[67/93] Compiling SwiftSyntax RawSyntaxNodesD.swift
[68/93] Compiling SwiftSyntax SyntaxNodesC.swift
[69/93] Compiling SwiftSyntax SyntaxNodesD.swift
[70/93] Compiling SwiftSyntax SyntaxNodesEF.swift
[71/93] Compiling SwiftSyntax SyntaxNodesGHI.swift
[72/93] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[73/93] Compiling SwiftSyntax SyntaxNodesOP.swift
[74/93] Compiling SwiftSyntax SyntaxNodesQRS.swift
[75/93] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[77/106] Compiling SwiftDiagnostics Note.swift
[78/106] Emitting module SwiftDiagnostics
[79/106] Compiling SwiftDiagnostics Convenience.swift
[80/139] Compiling SwiftDiagnostics Message.swift
[81/144] Compiling SwiftDiagnostics Diagnostic.swift
[82/144] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[83/144] Compiling SwiftDiagnostics FixIt.swift
[84/144] Compiling SwiftBasicFormat Syntax+Extensions.swift
[85/144] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[86/144] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[87/144] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[88/145] Emitting module SwiftBasicFormat
[89/145] Compiling SwiftBasicFormat BasicFormat.swift
[92/144] Compiling SwiftParser Modifiers.swift
[93/144] Compiling SwiftParser Names.swift
[94/144] Compiling SwiftParser Nominals.swift
[95/144] Compiling SwiftParser Parameters.swift
[96/144] Compiling SwiftParser ParseSourceFile.swift
[97/149] Compiling SwiftParser Lexer.swift
[98/149] Compiling SwiftParser RegexLiteralLexer.swift
[99/149] Compiling SwiftParser UnicodeScalarExtensions.swift
[100/149] Compiling SwiftParser Lookahead.swift
[101/149] Compiling SwiftParser LoopProgressCondition.swift
[102/149] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[103/149] Compiling SwiftParser StringLiterals.swift
[104/149] Compiling SwiftParser SwiftParserCompatibility.swift
[105/149] Compiling SwiftParser SyntaxUtils.swift
[106/149] Compiling SwiftParser TokenConsumer.swift
[107/149] Compiling SwiftParser TokenPrecedence.swift
[108/149] Compiling SwiftParser TokenSpec.swift
[109/149] Compiling SwiftParser TokenSpecSet.swift
[110/149] Compiling SwiftParser TopLevel.swift
[111/149] Compiling SwiftParser TriviaParser.swift
[112/149] Compiling SwiftParser Types.swift
[113/149] Compiling SwiftParser IsLexerClassified.swift
[114/149] Compiling SwiftParser LayoutNodes+Parsable.swift
[115/149] Compiling SwiftParser Parser+TokenSpecSet.swift
[116/149] Compiling SwiftParser TokenSpecStaticMembers.swift
[117/149] Compiling SwiftParser Parser.swift
[118/149] Compiling SwiftParser Patterns.swift
[119/149] Compiling SwiftParser Recovery.swift
[120/149] Compiling SwiftParser Specifiers.swift
[121/149] Compiling SwiftParser Statements.swift
[122/149] Emitting module SwiftParser
[123/149] Compiling SwiftParser Attributes.swift
[124/149] Compiling SwiftParser Availability.swift
[125/149] Compiling SwiftParser CharacterInfo.swift
[126/149] Compiling SwiftParser CollectionNodes+Parsable.swift
[127/149] Compiling SwiftParser Declarations.swift
[128/149] Compiling SwiftParser Directives.swift
[129/149] Compiling SwiftParser ExperimentalFeatures.swift
[130/149] Compiling SwiftParser Expressions.swift
[131/149] Compiling SwiftParser IncrementalParseTransition.swift
[132/149] Compiling SwiftParser Cursor.swift
[133/149] Compiling SwiftParser Lexeme.swift
[134/149] Compiling SwiftParser LexemeSequence.swift
[135/150] Wrapping AST for SwiftParser for debugging
[137/173] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[138/173] Compiling SwiftOperators PrecedenceGraph.swift
[139/173] Compiling SwiftOperators PrecedenceGroup.swift
[140/174] Compiling SwiftOperators OperatorTable.swift
[141/175] Compiling SwiftOperators OperatorTable+Folding.swift
[142/175] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[143/175] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[144/175] Compiling SwiftParserDiagnostics MissingNodesError.swift
[145/175] Compiling SwiftParserDiagnostics MissingTokenError.swift
[146/175] Emitting module SwiftOperators
[147/175] Compiling SwiftOperators OperatorTable+Semantics.swift
[148/175] Compiling SwiftOperators SyntaxSynthesis.swift
[149/175] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[151/176] Emitting module SwiftParserDiagnostics
[153/176] Wrapping AST for SwiftOperators for debugging
[155/176] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[156/176] Compiling SwiftParserDiagnostics Utils.swift
[157/176] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[158/176] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[159/176] Compiling SwiftParserDiagnostics PresenceUtils.swift
[162/176] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[163/176] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[164/177] Wrapping AST for SwiftParserDiagnostics for debugging
[166/191] Compiling SwiftSyntaxBuilder Indenter.swift
[167/191] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[168/191] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[169/191] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[170/192] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[171/192] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[172/192] Emitting module SwiftSyntaxBuilder
[173/192] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[174/192] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[175/192] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[176/192] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[177/192] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[178/192] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[179/192] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[180/192] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[181/193] Wrapping AST for SwiftSyntaxBuilder for debugging
[183/207] Compiling SwiftSyntaxMacros Macro.swift
[184/207] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[185/207] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[186/207] Compiling SwiftSyntaxMacros Macro+Format.swift
[187/207] Compiling SwiftSyntaxMacros MemberMacro.swift
[188/208] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[189/208] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[190/208] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[191/208] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[192/208] Compiling SwiftSyntaxMacros AccessorMacro.swift
[193/208] Compiling SwiftSyntaxMacros AttachedMacro.swift
[194/208] Emitting module SwiftSyntaxMacros
[195/208] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[196/208] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[197/208] Compiling SwiftSyntaxMacros PeerMacro.swift
[199/216] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[200/216] Emitting module SwiftSyntaxMacroExpansion
[201/216] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[202/216] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[203/216] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[204/216] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[205/216] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[206/216] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[207/217] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[209/224] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[210/224] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[211/224] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[212/224] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[213/224] Emitting module SwiftCompilerPluginMessageHandling
[214/224] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[215/224] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[217/226] Emitting module SwiftCompilerPlugin
[218/226] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[219/227] Wrapping AST for SwiftCompilerPlugin for debugging
[221/246] Compiling BuildableMacro MakeVariableDecl.swift
[222/246] Compiling BuildableMacro StructMember.swift
[223/248] Compiling BuildableMacro GenerateBuilderFromClass.swift
[224/248] Compiling BuildableMacro GenerateBuilderFromStruct.swift
[225/248] Compiling BuildableMacro ExtractInitializerMembers.swift
[226/248] Emitting module BuildableMacro
/host/spi-builder-workspace/Sources/BuildableMacro/Utils/String+Error.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | //
7 |
8 | extension String: Error {}
  | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
9 |
[227/248] Compiling BuildableMacro BuildableMacro.swift
[228/248] Compiling BuildableMacro GenerateBuilderFromEnum.swift
[229/248] Compiling BuildableMacro GetFirstEnumCaseName.swift
[230/248] Compiling BuildableMacro MakeFunctionDeclWithValue.swift
[231/248] Compiling BuildableMacro MakeVariableDeclWithValue.swift
[232/248] Compiling BuildableMacro EnumMember.swift
[233/248] Compiling BuildableMacro MakeBuildFunctionDecl.swift
/host/spi-builder-workspace/Sources/BuildableMacro/Utils/String+Error.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | //
7 |
8 | extension String: Error {}
  | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
9 |
[234/248] Compiling BuildableMacro String+Error.swift
/host/spi-builder-workspace/Sources/BuildableMacro/Utils/String+Error.swift:8:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
6 | //
7 |
8 | extension String: Error {}
  | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
9 |
[235/248] Compiling BuildableMacro MakeFunctionDecl.swift
[236/248] Compiling BuildableMacro MakeStructBuilder.swift
[237/248] Compiling BuildableMacro GetSendableInheritanceClause.swift
[238/248] Compiling BuildableMacro GetStructBuilderName.swift
[239/248] Compiling BuildableMacro ExtractMembers.swift
[240/248] Compiling BuildableMacro GetDefaultValueForType.swift
[241/248] Compiling BuildableMacro GetFirstInitialiser.swift
[242/249] Wrapping AST for BuildableMacro for debugging
[243/249] Write Objects.LinkFileList
[244/249] Linking BuildableMacro-tool
[246/251] Emitting module Buildable
[247/251] Compiling Buildable Buildable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[249/253] Emitting module BuildableClient
macro expansion @Buildable:24:14: error: cannot find type 'CGVector' in scope
`- /host/spi-builder-workspace/Sources/BuildableClient/main.swift:39:2: note: expanded code originates here
37 |     let m32: (String, Int) -> String
38 |     var myEnum: MyEnum
39 | }
   +--- macro expansion @Buildable -------------------------------------
   |22 |     var m21: CGRect = CGRect()
   |23 |     var m22: CGSize = CGSize()
   |24 |     var m23: CGVector = CGVector()
   |   |              `- error: cannot find type 'CGVector' in scope
   |25 |     var m24: String?
   |26 |     var m25: String!
   +--------------------------------------------------------------------
40 |
41 | @Buildable
/host/spi-builder-workspace/Sources/BuildableClient/main.swift:28:14: error: cannot find type 'CGVector' in scope
26 |     let m21: CGRect
27 |     let m22: CGSize
28 |     let m23: CGVector
   |              `- error: cannot find type 'CGVector' in scope
29 |     let m24: String?
30 |     let m25: String!
[250/253] Compiling BuildableClient main.swift
macro expansion @Buildable:24:14: error: cannot find type 'CGVector' in scope
`- /host/spi-builder-workspace/Sources/BuildableClient/main.swift:39:2: note: expanded code originates here
37 |     let m32: (String, Int) -> String
38 |     var myEnum: MyEnum
39 | }
   +--- macro expansion @Buildable -------------------------------------
   |22 |     var m21: CGRect = CGRect()
   |23 |     var m22: CGSize = CGSize()
   |24 |     var m23: CGVector = CGVector()
   |   |              `- error: cannot find type 'CGVector' in scope
   |25 |     var m24: String?
   |26 |     var m25: String!
   +--------------------------------------------------------------------
40 |
41 | @Buildable
/host/spi-builder-workspace/Sources/BuildableClient/main.swift:28:14: error: cannot find type 'CGVector' in scope
26 |     let m21: CGRect
27 |     let m22: CGSize
28 |     let m23: CGVector
   |              `- error: cannot find type 'CGVector' in scope
29 |     let m24: String?
30 |     let m25: String!
BUILD FAILURE 6.1 android