The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build CodableWrapper, reference 1.1.2 (eb90d3), with Swift 6.0 for Linux on 12 Mar 2025 10:44:38 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/winddpan/CodableWrapper.git
Reference: 1.1.2
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/winddpan/CodableWrapper
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at eb90d37 deps: Update swift-syntax (#42)
Cloned https://github.com/winddpan/CodableWrapper.git
Revision (git rev-parse @):
eb90d37dbdf4ea437d6f86b874bac1e6da75f1b4
SUCCESS checkout https://github.com/winddpan/CodableWrapper.git at 1.1.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/winddpan/CodableWrapper.git
https://github.com/winddpan/CodableWrapper.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "601.0.0-prerelease"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    }
  ],
  "manifest_display_name" : "CodableWrapper",
  "name" : "CodableWrapper",
  "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"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CodableWrapper",
      "targets" : [
        "CodableWrapper"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodableWrapperMacros",
      "targets" : [
        "CodableWrapperMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodableWrapperTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrapperTests",
      "path" : "Tests/CodableWrapperTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "CodableWrapperTests.swift",
        "DeclareTests.swift",
        "ExampleTest.swift",
        "ExtensionTest.swift",
        "NestedKeyTest.swift",
        "TransformTest.swift",
        "Transforms.swift"
      ],
      "target_dependencies" : [
        "CodableWrapper"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableWrapperMacros",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrapperMacros",
      "path" : "Sources/CodableWrapperMacros",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxMacros",
        "SwiftOperators",
        "SwiftParser",
        "SwiftParserDiagnostics",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CodableWrapper",
        "CodableWrapperMacros"
      ],
      "sources" : [
        "ASTError.swift",
        "Codable.swift",
        "CodableKey.swift",
        "CodableSubclass.swift",
        "CodingNestedKey.swift",
        "CodingTransformer.swift",
        "ModelMemberPropertyContainer.swift",
        "Plugin.swift",
        "VariableDeclSyntaxExtension.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CodableWrapper",
      "module_type" : "SwiftTarget",
      "name" : "CodableWrapper",
      "path" : "Sources/CodableWrapper",
      "product_memberships" : [
        "CodableWrapper"
      ],
      "sources" : [
        "AnyCodingKey.swift",
        "AnyDecodable.swift",
        "BuiltInBridgeType.swift",
        "CodableWrapperMacros.swift",
        "Decoder.swift",
        "Encoder.swift",
        "Error.swift",
        "SnakeCamelConvert.swift",
        "TransformOf.swift",
        "TransformType.swift"
      ],
      "target_dependencies" : [
        "CodableWrapperMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swiftlang/swift-syntax
[1/69267] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.52s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (3.67s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Building for debugging...
[0/35] Write sources
[16/35] Compiling _SwiftSyntaxCShims dummy.c
[17/35] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/41] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[20/41] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/41] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/41] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/24] Compiling SwiftSyntax510 Empty.swift
[3/24] Emitting module SwiftSyntax510
[4/24] Compiling SwiftSyntax600 Empty.swift
[5/24] Emitting module SwiftSyntax600
[6/24] Emitting module SwiftSyntax509
[7/24] Compiling SwiftSyntax509 Empty.swift
[10/27] Wrapping AST for SwiftSyntax509 for debugging
[11/27] Wrapping AST for SwiftSyntax600 for debugging
[12/27] Wrapping AST for SwiftSyntax510 for debugging
[14/91] Compiling SwiftSyntax SourcePresence.swift
[15/91] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[16/91] Compiling SwiftSyntax Syntax.swift
[17/91] Compiling SwiftSyntax SyntaxArena.swift
[18/91] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[19/91] Compiling SwiftSyntax SyntaxChildren.swift
[20/91] Compiling SwiftSyntax SyntaxCollection.swift
[21/91] Compiling SwiftSyntax SyntaxHashable.swift
[22/91] Compiling SwiftSyntax SyntaxIdentifier.swift
[23/99] Emitting module SwiftSyntax
[24/99] Compiling SwiftSyntax MemoryLayout.swift
[25/99] Compiling SwiftSyntax MissingNodeInitializers.swift
[26/99] Compiling SwiftSyntax RawSyntax.swift
[27/99] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[28/99] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[29/99] Compiling SwiftSyntax RawSyntaxTokenView.swift
[30/99] Compiling SwiftSyntax SourceEdit.swift
[31/99] Compiling SwiftSyntax SourceLength.swift
[32/99] Compiling SwiftSyntax SourceLocation.swift
[33/99] Compiling SwiftSyntax SyntaxKind.swift
[34/99] Compiling SwiftSyntax SyntaxRewriter.swift
[35/99] Compiling SwiftSyntax SyntaxTraits.swift
[36/99] Compiling SwiftSyntax SyntaxVisitor.swift
[37/99] Compiling SwiftSyntax TokenKind.swift
[38/99] Compiling SwiftSyntax Tokens.swift
[39/99] Compiling SwiftSyntax TriviaPieces.swift
[40/99] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[41/99] Compiling SwiftSyntax RawSyntaxNodesC.swift
[42/99] Compiling SwiftSyntax SyntaxNodeFactory.swift
[43/99] Compiling SwiftSyntax SyntaxNodeStructure.swift
[44/99] Compiling SwiftSyntax SyntaxProtocol.swift
[45/99] Compiling SwiftSyntax SyntaxText.swift
[46/99] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[47/99] Compiling SwiftSyntax TokenDiagnostic.swift
[48/99] Compiling SwiftSyntax TokenSequence.swift
[49/99] Compiling SwiftSyntax TokenSyntax.swift
[50/99] Compiling SwiftSyntax Trivia.swift
[51/99] Compiling SwiftSyntax AbsolutePosition.swift
[52/99] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[53/99] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[54/99] Compiling SwiftSyntax Assert.swift
[55/99] Compiling SwiftSyntax BumpPtrAllocator.swift
[56/99] Compiling SwiftSyntax CommonAncestor.swift
[57/99] Compiling SwiftSyntax Convenience.swift
[58/99] Compiling SwiftSyntax CustomTraits.swift
[59/99] Compiling SwiftSyntax Identifier.swift
[60/99] Compiling SwiftSyntax Utils.swift
[61/99] Compiling SwiftSyntax ChildNameForKeyPath.swift
[62/99] Compiling SwiftSyntax Keyword.swift
[63/99] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[64/99] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[65/99] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[66/99] Compiling SwiftSyntax SyntaxBaseNodes.swift
[67/99] Compiling SwiftSyntax SyntaxCollections.swift
[68/99] Compiling SwiftSyntax SyntaxEnum.swift
[69/99] Compiling SwiftSyntax RawSyntaxNodesD.swift
[70/99] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[71/99] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[72/99] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[73/99] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[74/99] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[75/99] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[76/99] Compiling SwiftSyntax RawSyntaxValidation.swift
[77/99] Compiling SwiftSyntax SyntaxNodesAB.swift
[78/99] Compiling SwiftSyntax SyntaxNodesC.swift
[79/99] Compiling SwiftSyntax SyntaxNodesD.swift
[80/99] Compiling SwiftSyntax SyntaxNodesEF.swift
[81/99] Compiling SwiftSyntax SyntaxNodesGHI.swift
[82/99] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[83/99] Compiling SwiftSyntax SyntaxNodesOP.swift
[84/99] Compiling SwiftSyntax SyntaxNodesQRS.swift
[85/99] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[86/100] Wrapping AST for SwiftSyntax for debugging
[88/157] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[89/158] Compiling SwiftDiagnostics Message.swift
[90/158] Compiling SwiftDiagnostics FixIt.swift
[91/158] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[92/158] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[93/158] Compiling SwiftParser Attributes.swift
[94/158] Compiling SwiftParser Availability.swift
[95/158] Emitting module SwiftDiagnostics
[96/158] Compiling SwiftParser CharacterInfo.swift
[97/158] Compiling SwiftParser CollectionNodes+Parsable.swift
[98/158] Compiling SwiftDiagnostics Note.swift
[99/158] Compiling SwiftBasicFormat Syntax+Extensions.swift
[100/158] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[101/158] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[102/159] Compiling SwiftBasicFormat InferIndentation.swift
[103/159] Wrapping AST for SwiftDiagnostics for debugging
[105/159] Emitting module SwiftBasicFormat
[106/159] Compiling SwiftBasicFormat BasicFormat.swift
[107/160] Compiling SwiftParser SwiftParserCompatibility.swift
[108/160] Compiling SwiftParser SwiftVersion.swift
[109/160] Compiling SwiftParser SyntaxUtils.swift
[110/160] Compiling SwiftParser TokenConsumer.swift
[111/160] Compiling SwiftParser TokenPrecedence.swift
[112/165] Wrapping AST for SwiftBasicFormat for debugging
[114/165] Emitting module SwiftParser
[115/165] Compiling SwiftParser Patterns.swift
[116/165] Compiling SwiftParser Recovery.swift
[117/165] Compiling SwiftParser Specifiers.swift
[118/165] Compiling SwiftParser Statements.swift
[119/165] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[120/165] Compiling SwiftParser StringLiterals.swift
[121/165] Compiling SwiftParser LexemeSequence.swift
[122/165] Compiling SwiftParser Lexer.swift
[123/165] Compiling SwiftParser RegexLiteralLexer.swift
[124/165] Compiling SwiftParser UnicodeScalarExtensions.swift
[125/165] Compiling SwiftParser Lookahead.swift
[126/165] Compiling SwiftParser LoopProgressCondition.swift
[127/165] Compiling SwiftParser TokenSpec.swift
[128/165] Compiling SwiftParser TokenSpecSet.swift
[129/165] Compiling SwiftParser TopLevel.swift
[130/165] Compiling SwiftParser TriviaParser.swift
[131/165] Compiling SwiftParser Types.swift
[132/165] Compiling SwiftParser Modifiers.swift
[133/165] Compiling SwiftParser Names.swift
[134/165] Compiling SwiftParser Nominals.swift
[135/165] Compiling SwiftParser Parameters.swift
[136/165] Compiling SwiftParser ParseSourceFile.swift
[137/165] Compiling SwiftParser Parser.swift
[142/165] Compiling SwiftParser Declarations.swift
[143/165] Compiling SwiftParser Directives.swift
[144/165] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[145/165] Compiling SwiftParser Expressions.swift
[146/165] Compiling SwiftParser IncrementalParseTransition.swift
[147/165] Compiling SwiftParser IsValidIdentifier.swift
[148/165] Compiling SwiftParser Cursor.swift
[149/165] Compiling SwiftParser Lexeme.swift
[150/165] Compiling SwiftParser ExperimentalFeatures.swift
[151/165] Compiling SwiftParser IsLexerClassified.swift
[152/165] Compiling SwiftParser LayoutNodes+Parsable.swift
[153/165] Compiling SwiftParser Parser+TokenSpecSet.swift
[154/165] Compiling SwiftParser TokenSpecStaticMembers.swift
[155/166] Wrapping AST for SwiftParser for debugging
[157/189] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[158/190] Compiling SwiftParserDiagnostics MissingNodesError.swift
[159/190] Compiling SwiftParserDiagnostics MissingTokenError.swift
[160/190] Emitting module SwiftOperators
[161/190] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[162/190] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[163/190] Compiling SwiftOperators PrecedenceGroup.swift
[164/191] Compiling SwiftOperators OperatorTable+Semantics.swift
[165/191] Compiling SwiftOperators OperatorTable+Folding.swift
[166/191] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[167/191] Compiling SwiftParserDiagnostics Utils.swift
[168/191] Compiling SwiftOperators OperatorTable.swift
[169/191] Compiling SwiftOperators PrecedenceGraph.swift
[170/191] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[171/191] Compiling SwiftOperators SyntaxSynthesis.swift
[172/192] Emitting module SwiftParserDiagnostics
[173/192] Wrapping AST for SwiftOperators for debugging
[177/192] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[178/192] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[179/192] Compiling SwiftParserDiagnostics PresenceUtils.swift
[180/192] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[181/192] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[184/193] Wrapping AST for SwiftParserDiagnostics for debugging
[186/208] Compiling SwiftSyntaxBuilder Indenter.swift
[187/208] Compiling SwiftSyntaxBuilder ListBuilder.swift
[188/209] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[189/209] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[190/209] Emitting module SwiftSyntaxBuilder
[191/209] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[192/209] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[193/209] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[194/209] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[195/209] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[196/209] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[197/209] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[198/209] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[199/209] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[200/209] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[201/209] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[202/210] Wrapping AST for SwiftSyntaxBuilder for debugging
[204/227] Compiling SwiftSyntaxMacros Macro.swift
[205/227] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[206/229] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[207/229] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[208/229] Compiling SwiftSyntaxMacros MemberMacro.swift
[209/229] Compiling SwiftSyntaxMacros PeerMacro.swift
[210/229] Compiling SwiftSyntaxMacros AccessorMacro.swift
[211/229] Compiling SwiftSyntaxMacros AttachedMacro.swift
[212/229] Compiling SwiftSyntaxMacros BodyMacro.swift
[213/229] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[214/229] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[215/229] Emitting module SwiftSyntaxMacros
[216/229] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[217/229] Compiling SwiftSyntaxMacros Macro+Format.swift
[218/229] Compiling SwiftSyntaxMacros PreambleMacro.swift
[219/229] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[220/229] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[221/229] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[222/229] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[223/230] Wrapping AST for SwiftSyntaxMacros for debugging
[225/239] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[226/240] Emitting module SwiftSyntaxMacroExpansion
[227/240] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[228/240] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[229/240] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[230/240] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[231/240] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[232/240] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[233/240] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[234/240] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[235/241] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[237/253] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[238/253] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[239/253] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[240/253] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[241/253] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[242/254] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[243/254] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[244/254] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[245/254] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[246/254] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[247/254] Emitting module SwiftCompilerPluginMessageHandling
[248/254] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[249/254] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[250/255] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[252/257] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[253/257] Emitting module SwiftCompilerPlugin
[254/258] Wrapping AST for SwiftCompilerPlugin for debugging
[256/267] Compiling CodableWrapperMacros CodingNestedKey.swift
[257/268] Compiling CodableWrapperMacros CodableSubclass.swift
[258/268] Compiling CodableWrapperMacros CodingTransformer.swift
[259/268] Compiling CodableWrapperMacros CodableKey.swift
[260/268] Compiling CodableWrapperMacros Plugin.swift
[261/268] Compiling CodableWrapperMacros VariableDeclSyntaxExtension.swift
/host/spi-builder-workspace/Sources/CodableWrapperMacros/VariableDeclSyntaxExtension.swift:9:38: warning: 'as' is deprecated: This cast will always succeed
 7 |     /// e.g., accessor macros or property wrappers.
 8 |     var isStoredProperty: Bool {
 9 |         if modifiers.compactMap({ $0.as(DeclModifierSyntax.self) }).contains(where: { $0.name.text == "static" }) {
   |                                      `- warning: 'as' is deprecated: This cast will always succeed
10 |             return false
11 |         }
[262/268] Compiling CodableWrapperMacros ModelMemberPropertyContainer.swift
[263/268] Compiling CodableWrapperMacros ASTError.swift
[264/268] Compiling CodableWrapperMacros Codable.swift
[265/268] Emitting module CodableWrapperMacros
[266/269] Wrapping AST for CodableWrapperMacros for debugging
[267/269] Write Objects.LinkFileList
[268/269] Linking CodableWrapperMacros-tool
[270/279] Compiling CodableWrapper TransformOf.swift
[271/279] Compiling CodableWrapper Encoder.swift
[272/280] Compiling CodableWrapper Error.swift
[273/280] Compiling CodableWrapper SnakeCamelConvert.swift
[274/280] Compiling CodableWrapper TransformType.swift
[275/280] Compiling CodableWrapper Decoder.swift
[276/280] Emitting module CodableWrapper
[277/280] Compiling CodableWrapper AnyCodingKey.swift
[278/280] Compiling CodableWrapper AnyDecodable.swift
[279/280] Compiling CodableWrapper BuiltInBridgeType.swift
/host/spi-builder-workspace/Sources/CodableWrapper/BuiltInBridgeType.swift:140:24: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
138 |                 return Self(booleanLiteral: false)
139 |             } else {
140 |                 return Self(value: str.doubleValue)
    |                        `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
141 |             }
142 |         default:
Foundation.NSNumber:17:24: note: selected non-required initializer 'init(value:)'
15 |     public convenience init(value: UInt64)
16 |     public convenience init(value: Float)
17 |     public convenience init(value: Double)
   |                        `- note: selected non-required initializer 'init(value:)'
18 |     public convenience init(value: Bool)
19 |     required public convenience init(bytes buffer: UnsafeRawPointer, objCType: UnsafePointer<Int8>)
[280/280] Compiling CodableWrapper CodableWrapperMacros.swift
/host/spi-builder-workspace/Sources/CodableWrapper/BuiltInBridgeType.swift:140:24: error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
138 |                 return Self(booleanLiteral: false)
139 |             } else {
140 |                 return Self(value: str.doubleValue)
    |                        `- error: constructing an object of class type 'Self' with a metatype value must use a 'required' initializer
141 |             }
142 |         default:
Foundation.NSNumber:17:24: note: selected non-required initializer 'init(value:)'
15 |     public convenience init(value: UInt64)
16 |     public convenience init(value: Float)
17 |     public convenience init(value: Double)
   |                        `- note: selected non-required initializer 'init(value:)'
18 |     public convenience init(value: Bool)
19 |     required public convenience init(bytes buffer: UnsafeRawPointer, objCType: UnsafePointer<Int8>)
BUILD FAILURE 6.0 linux