The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of macro-codable-kit, reference 0.3.1 (4491fc), with Swift 6.0 for Linux on 16 Dec 2024 02:50:56 UTC.

Swift 6 data race errors: 9

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikhailmaslo/macro-codable-kit.git
Reference: 0.3.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mikhailmaslo/macro-codable-kit
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at 4491fcd Replace decodeIfPresent with decode for singleValue (#10)
Cloned https://github.com/mikhailmaslo/macro-codable-kit.git
Revision (git rev-parse @):
4491fcda995fc0036d033cd1fd791bc1d35acf9e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mikhailmaslo/macro-codable-kit.git at 0.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mikhailmaslo/macro-codable-kit.git
https://github.com/mikhailmaslo/macro-codable-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format.git"
    },
    {
      "identity" : "swift-macro-toolkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stackotter/swift-macro-toolkit"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    }
  ],
  "manifest_display_name" : "macro-codable-kit",
  "name" : "macro-codable-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MacroCodableKit",
      "targets" : [
        "MacroCodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macro",
      "targets" : [
        "Macro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MacroCodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroCodableKitTests",
      "path" : "Tests/MacroCodableKitTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "AllOfCodable/AllOfCodableMacroTests.swift",
        "AllOfCodable/AllOfDecodableMacroTests.swift",
        "AllOfCodable/AllOfEncodableMacroTests.swift",
        "AllOfCodable/AllOfMacroDecodingTests.swift",
        "Annotations/AnnotationTests.swift",
        "Annotations/Base64StrategyTests.swift",
        "Annotations/DateValueStrategyTests.swift",
        "Annotations/DefaultValueTests.swift",
        "Annotations/Macro/AnnotationsMixMacroTests.swift",
        "Annotations/Macro/CustomCodingMacroTests.swift",
        "Annotations/Macro/DefaultValueMacroTests.swift",
        "Annotations/Macro/DiagnosticTests.swift",
        "Annotations/Macro/ValueStrategyMacroTests.swift",
        "Annotations/SafeCodingArrayTests.swift",
        "Annotations/SafeCodingDictionaryTests.swift",
        "Codable/CodableMacroTests.swift",
        "Codable/CodableTests.swift",
        "Codable/DecodableMacroTests.swift",
        "Codable/EncodableMacroTests.swift",
        "Helpers/Misc.swift",
        "OneOfCodable/OneOfCodableMacroTests.swift",
        "OneOfCodable/OneOfDecodableMacroTests.swift",
        "OneOfCodable/OneOfEncodableMacroTests.swift",
        "OneOfCodable/OneOfMacroDecodingTests.swift"
      ],
      "target_dependencies" : [
        "Macro",
        "MacroCodableKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroCodableKit",
      "module_type" : "SwiftTarget",
      "name" : "MacroCodableKit",
      "path" : "Sources/MacroCodableKit",
      "product_memberships" : [
        "MacroCodableKit"
      ],
      "sources" : [
        "Macros/AllOf.swift",
        "Macros/Annotations.swift",
        "Macros/Codable.swift",
        "Macros/OneOf.swift",
        "Misc/CustomCoding/CustomCodingDecoding.swift",
        "Misc/CustomCoding/CustomCodingEncoding.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding+Array.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding+Dictionary.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding.swift",
        "Misc/CustomCoding/Types/CustomCodingDecoding+Types.swift",
        "Misc/CustomCoding/Types/CustomCodingEncoding+Types.swift",
        "Misc/CustomDecodingName.swift",
        "Misc/DefaultProviders/BoolFalse.swift",
        "Misc/DefaultProviders/BoolTrue.swift",
        "Misc/DefaultProviders/DoubleZero.swift",
        "Misc/DefaultProviders/EmptyString.swift",
        "Misc/DefaultProviders/IntZero.swift",
        "Misc/DefaultValueStrategy.swift",
        "Misc/OptionalProtocol.swift",
        "Misc/ValueCodableStrategies/Base64Strategy.swift",
        "Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift",
        "Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/RFC2822DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/RFC3339DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/TimestampedDate.swift",
        "Misc/ValueCodableStrategies/Date/YearMonthDayDateFormatterProvider.swift",
        "Misc/ValueCodableStrategy.swift"
      ],
      "target_dependencies" : [
        "Macro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macro",
      "module_type" : "SwiftTarget",
      "name" : "Macro",
      "path" : "Sources/Macro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "MacroToolkit",
        "SwiftFormat"
      ],
      "product_memberships" : [
        "MacroCodableKit",
        "Macro"
      ],
      "sources" : [
        "Helpers/CodeBuilder+Helpers.swift",
        "Helpers/Conformance+Helpers.swift",
        "Helpers/DiagnosticMessage+Helpers.swift",
        "Helpers/MacroToolkit+Helpers.swift",
        "Helpers/MessageID+Helpers.swift",
        "Helpers/String+Helpers.swift",
        "Helpers/Type+Helpers.swift",
        "Macro/AllOfCodable/AllOfCodable.swift",
        "Macro/AllOfCodable/AllOfDecodableMacro.swift",
        "Macro/AllOfCodable/AllOfEncodableMacro.swift",
        "Macro/AllOfCodable/AllOfMacroBase.swift",
        "Macro/Codable/CodableMacro.swift",
        "Macro/Codable/CodableMacroBase.swift",
        "Macro/Codable/DecodableMacro.swift",
        "Macro/Codable/EncodableMacro.swift",
        "Macro/CodingKey/CodingKey.swift",
        "Macro/CodingKey/CodingKeyMacro.swift",
        "Macro/CustomCoding/CustomCoding.swift",
        "Macro/CustomCoding/CustomCodingMacro.swift",
        "Macro/DefaultValue/DefaultValue.swift",
        "Macro/DefaultValue/DefaultValueMacro.swift",
        "Macro/OmitCoding/OmitCoding.swift",
        "Macro/OmitCoding/OmitCodingMacro.swift",
        "Macro/OneOfCodable/OneOfCodable.swift",
        "Macro/OneOfCodable/OneOfDecodable.swift",
        "Macro/OneOfCodable/OneOfEncodable.swift",
        "Macro/OneOfCodable/OneOfMacroBase.Diagnostic.swift",
        "Macro/OneOfCodable/OneOfMacroBase.Expander.swift",
        "Macro/OneOfCodable/OneOfMacroBase.swift",
        "Macro/ValueStrategy/ValueStrategy.swift",
        "Macro/ValueStrategy/ValueStrategyMacro.swift",
        "Misc/ClassDecl.swift",
        "Misc/CodableBuilderFactory.swift",
        "Misc/CodableBuilders/CodableBuildersMisc.swift",
        "Misc/CodableBuilders/CodableBuildingData.swift",
        "Misc/CodableBuilders/CodingKeysBuilder+Enum.swift",
        "Misc/CodableBuilders/CodingKeysBuilder+Instance.swift",
        "Misc/CodableBuilders/CodingKeysBuilder.swift",
        "Misc/CodableBuilders/DecodableBuilder+Instance.swift",
        "Misc/CodableBuilders/DecodableBuilder.swift",
        "Misc/CodableBuilders/EncodableBuilder+Instance.swift",
        "Misc/CodableBuilders/EncodableBuilder.swift",
        "Misc/CodableBuilders/Variable+Diagnostic.swift",
        "Misc/CodableBuilders/Variable+KnownAttributes.swift",
        "Misc/CodeBuilder/CodeBuilder.swift",
        "Misc/CodeBuilder/ExtensionBuilder.swift",
        "Misc/CommonDiagnostic.swift",
        "Misc/Conformance.swift",
        "Misc/ConformanceDiagnosticChecker.swift",
        "Misc/Diagnostic.swift",
        "Misc/Instance.swift",
        "Misc/InstanceExpander.swift",
        "Misc/MacroCurrent.swift",
        "Misc/SwiftFormatter.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/stackotter/swift-macro-toolkit
Fetching https://github.com/apple/swift-syntax.git
Fetching https://github.com/apple/swift-format.git
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/636] Fetching swift-macro-testing
[637/1499] Fetching swift-macro-testing, swift-macro-toolkit
[1500/12231] Fetching swift-macro-testing, swift-macro-toolkit, swift-format
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.80s)
Fetched https://github.com/apple/swift-format.git from cache (0.80s)
[1/67211] Fetching swift-syntax
Fetched https://github.com/stackotter/swift-macro-toolkit from cache (4.16s)
Fetched https://github.com/apple/swift-syntax.git from cache (4.21s)
Computing version for https://github.com/apple/swift-format.git
Computed https://github.com/apple/swift-format.git at 509.0.0 (2.11s)
Fetching https://github.com/apple/swift-markdown.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/6332] Fetching swift-markdown
[6333/18733] Fetching swift-markdown, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.06s)
Fetched https://github.com/apple/swift-markdown.git from cache (1.09s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.5.0 (0.50s)
Fetching https://github.com/apple/swift-cmark.git
[1/17923] Fetching swift-cmark
Fetched https://github.com/apple/swift-cmark.git from cache (0.81s)
Computing version for https://github.com/apple/swift-cmark.git
Computed https://github.com/apple/swift-cmark.git at 0.5.0 (0.52s)
Computing version for https://github.com/stackotter/swift-macro-toolkit
Computed https://github.com/stackotter/swift-macro-toolkit at 0.3.1 (0.55s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 509.0.0 (1.20s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.53s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.5.2 (0.67s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/12458] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.60s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.6 (0.53s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.5.2
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/stackotter/swift-macro-toolkit
Working copy of https://github.com/stackotter/swift-macro-toolkit resolved at 0.3.1
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 509.0.0
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-format.git
Working copy of https://github.com/apple/swift-format.git resolved at 509.0.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.17.6
Creating working copy for https://github.com/apple/swift-cmark.git
Working copy of https://github.com/apple/swift-cmark.git resolved at 0.5.0
warning: 'swift-macro-testing': 'swift-macro-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
warning: 'swift-snapshot-testing': 'swift-snapshot-testing' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax.git' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin Format Source Code
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin Lint Source Code
Building for debugging...
[3/76] Compiling CAtomic CAtomic.c
[4/76] Compiling cmark-gfm-extensions tasklist.c
[5/76] Compiling cmark-gfm-extensions tagfilter.c
[6/76] Compiling cmark-gfm-extensions strikethrough.c
[7/76] Compiling cmark-gfm blocks.c
[7/76] Compiling cmark-gfm-extensions core-extensions.c
[7/76] Compiling cmark-gfm-extensions ext_scanners.c
[10/76] Compiling cmark-gfm xml.c
[11/76] Compiling cmark-gfm arena.c
[12/76] Write swift-version-24593BA9C3E375BF.txt
[12/76] Compiling cmark-gfm-extensions table.c
[14/76] Compiling cmark-gfm syntax_extension.c
[15/76] Compiling cmark-gfm-extensions autolink.c
[16/76] Compiling cmark-gfm render.c
[17/76] Compiling cmark-gfm registry.c
[18/76] Compiling cmark-gfm plugin.c
[19/76] Compiling cmark-gfm man.c
[20/76] Compiling cmark-gfm plaintext.c
[21/76] Compiling cmark-gfm linked_list.c
[22/76] Compiling cmark-gfm map.c
[23/76] Compiling cmark-gfm utf8.c
[24/76] Compiling cmark-gfm references.c
[25/76] Compiling cmark-gfm latex.c
[26/76] Compiling cmark-gfm html.c
[27/76] Compiling cmark-gfm houdini_html_e.c
[28/76] Compiling cmark-gfm houdini_href_e.c
[29/76] Compiling cmark-gfm iterator.c
[30/76] Compiling cmark-gfm footnotes.c
[31/76] Compiling cmark-gfm houdini_html_u.c
[32/76] Write sources
[37/76] Compiling cmark-gfm node.c
[38/76] Compiling cmark-gfm cmark_ctype.c
[38/76] Write sources
[52/76] Compiling cmark-gfm scanners.c
[53/76] Compiling cmark-gfm cmark.c
[54/76] Compiling cmark-gfm commonmark.c
[55/76] Compiling cmark-gfm inlines.c
[56/76] Compiling cmark-gfm buffer.c
[58/139] Compiling SwiftSyntax509 Empty.swift
[59/139] Emitting module SwiftSyntax509
[61/140] Compiling Markdown UnorderedList.swift
[62/140] Compiling Markdown Paragraph.swift
[63/140] Compiling Markdown CodeBlock.swift
[64/140] Compiling Markdown HTMLBlock.swift
[65/140] Compiling Markdown Heading.swift
[66/140] Compiling Markdown ThematicBreak.swift
[67/140] Compiling Markdown Table.swift
[68/140] Compiling Markdown TableBody.swift
[69/140] Compiling Markdown TableCell.swift
[69/148] Wrapping AST for SwiftSyntax509 for debugging
[71/163] Compiling Markdown Strikethrough.swift
[72/163] Compiling Markdown Strong.swift
[73/163] Compiling Markdown CustomInline.swift
[74/163] Compiling Markdown InlineCode.swift
[75/163] Compiling Markdown InlineHTML.swift
[76/163] Compiling Markdown LineBreak.swift
[77/163] Compiling Markdown SoftBreak.swift
[78/163] Compiling Markdown SymbolLink.swift
[79/193] Compiling SwiftSyntax AbsolutePosition.swift
[80/193] Compiling SwiftSyntax Assert.swift
[81/193] Compiling SwiftSyntax BumpPtrAllocator.swift
[82/193] Compiling SwiftSyntax CommonAncestor.swift
[83/193] Compiling SwiftSyntax Convenience.swift
[84/193] Compiling SwiftSyntax MemoryLayout.swift
[85/193] Compiling SwiftSyntax MissingNodeInitializers.swift
[86/199] Compiling SwiftSyntax RawSyntaxNodes.swift
[87/199] Compiling SwiftSyntax RawSyntaxValidation.swift
[88/199] Compiling SwiftSyntax SyntaxText.swift
[89/199] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[90/199] Compiling SwiftSyntax TokenDiagnostic.swift
[91/199] Compiling SwiftSyntax TokenSyntax.swift
[92/199] Compiling SwiftSyntax Trivia.swift
[93/199] Compiling SwiftSyntax Utils.swift
[94/199] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[95/199] Compiling SwiftSyntax Syntax.swift
[96/199] Compiling SwiftSyntax SyntaxArena.swift
[97/199] Compiling SwiftSyntax SyntaxChildren.swift
[98/199] Compiling SwiftSyntax SyntaxCollection.swift
[99/199] Compiling SwiftSyntax SyntaxData.swift
[100/199] Compiling SwiftSyntax SyntaxCollections.swift
[101/199] Compiling SwiftSyntax SyntaxEnum.swift
[102/199] Compiling SwiftSyntax SyntaxKind.swift
[103/199] Compiling SwiftSyntax SyntaxRewriter.swift
[104/199] Emitting module Markdown
[105/199] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[106/199] Compiling SwiftSyntax RawSyntaxTokenView.swift
[107/199] Compiling SwiftSyntax SourceLength.swift
[108/199] Compiling SwiftSyntax SourceLocation.swift
[109/199] Compiling SwiftSyntax SourcePresence.swift
[110/199] Compiling SwiftSyntax SyntaxVisitor.swift
[111/199] Compiling SwiftSyntax TokenKind.swift
[112/199] Compiling SwiftSyntax Tokens.swift
[113/199] Compiling SwiftSyntax TriviaPieces.swift
[114/199] Compiling SwiftSyntax SyntaxDeclNodes.swift
[115/199] Compiling SwiftSyntax SyntaxExprNodes.swift
[116/199] Compiling SwiftSyntax SyntaxNodes.swift
[117/199] Compiling SwiftSyntax SyntaxPatternNodes.swift
[118/199] Compiling SwiftSyntax SyntaxStmtNodes.swift
[119/199] Compiling SwiftSyntax SyntaxTypeNodes.swift
[120/199] Compiling Markdown RangeAdjuster.swift
[121/199] Compiling Markdown RangerTracker.swift
[122/199] Compiling Markdown MarkupRewriter.swift
[123/199] Compiling Markdown BasicBlockContainer.swift
[124/199] Compiling Markdown BasicInlineContainer.swift
[125/199] Compiling Markdown BlockContainer.swift
[126/199] Compiling Markdown BlockMarkup.swift
[127/199] Compiling Markdown InlineContainer.swift
[128/199] Compiling Markdown InlineMarkup.swift
[129/199] Compiling Markdown ListItemContainer.swift
[130/199] Compiling SwiftSyntax RawSyntax.swift
[131/199] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[137/199] Compiling Markdown AtomicCounter.swift
[138/199] Compiling Markdown CharacterExtensions.swift
[139/199] Compiling Markdown CollectionExtensions.swift
[140/199] Compiling Markdown StringExtensions.swift
[141/199] Compiling Markdown MarkupVisitor.swift
[142/199] Compiling Markdown MarkupWalker.swift
[143/199] Compiling Markdown MarkupFormatter.swift
[144/199] Compiling Markdown MarkupTreeDumper.swift
[145/200] Wrapping AST for Markdown for debugging
[147/200] Emitting module SwiftSyntax
[158/200] Compiling SwiftSyntax SyntaxTraits.swift
[159/200] Compiling SwiftSyntax SyntaxTransform.swift
[160/200] Compiling SwiftSyntax ChildNameForKeyPath.swift
[161/200] Compiling SwiftSyntax Keyword.swift
[162/200] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[163/200] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[164/200] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[165/200] Compiling SwiftSyntax SyntaxBaseNodes.swift
[184/201] Wrapping AST for SwiftSyntax for debugging
[186/252] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[187/252] Compiling SwiftDiagnostics Message.swift
[188/252] Compiling SwiftBasicFormat Syntax+Extensions.swift
[189/252] Emitting module SwiftDiagnostics
[190/252] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[191/252] Compiling SwiftDiagnostics FixIt.swift
[192/252] Compiling SwiftDiagnostics Note.swift
[193/252] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[194/252] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[195/252] Compiling SwiftDiagnostics Convenience.swift
[196/252] Compiling SwiftDiagnostics Diagnostic.swift
[197/253] Compiling SwiftBasicFormat BasicFormat.swift
[198/253] Emitting module SwiftBasicFormat
[200/254] Wrapping AST for SwiftDiagnostics for debugging
[201/254] Wrapping AST for SwiftBasicFormat for debugging
[203/254] Compiling SwiftParser Lexer.swift
[204/254] Compiling SwiftParser RegexLiteralLexer.swift
[205/254] Compiling SwiftParser UnicodeScalarExtensions.swift
[206/254] Compiling SwiftParser Lookahead.swift
[207/254] Compiling SwiftParser LoopProgressCondition.swift
[208/259] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[209/259] Compiling SwiftParser StringLiterals.swift
[210/259] Compiling SwiftParser SwiftParserCompatibility.swift
[211/259] Compiling SwiftParser SyntaxUtils.swift
[212/259] Compiling SwiftParser TokenConsumer.swift
[213/259] Compiling SwiftParser TokenPrecedence.swift
[214/259] Compiling SwiftParser TokenSpec.swift
[215/259] Compiling SwiftParser TokenSpecSet.swift
[216/259] Compiling SwiftParser TopLevel.swift
[217/259] Compiling SwiftParser TriviaParser.swift
[218/259] Emitting module SwiftParser
[219/259] Compiling SwiftParser Modifiers.swift
[220/259] Compiling SwiftParser Names.swift
[221/259] Compiling SwiftParser Nominals.swift
[222/259] Compiling SwiftParser Parameters.swift
[223/259] Compiling SwiftParser ParseSourceFile.swift
[224/259] Compiling SwiftParser Parser.swift
[225/259] Compiling SwiftParser Patterns.swift
[226/259] Compiling SwiftParser Recovery.swift
[227/259] Compiling SwiftParser Specifiers.swift
[228/259] Compiling SwiftParser Statements.swift
[229/259] Compiling SwiftParser ExperimentalFeatures.swift
[230/259] Compiling SwiftParser Expressions.swift
[231/259] Compiling SwiftParser IncrementalParseTransition.swift
[232/259] Compiling SwiftParser Cursor.swift
[233/259] Compiling SwiftParser Lexeme.swift
[234/259] Compiling SwiftParser LexemeSequence.swift
[235/259] Compiling SwiftParser Attributes.swift
[236/259] Compiling SwiftParser Availability.swift
[237/259] Compiling SwiftParser CharacterInfo.swift
[238/259] Compiling SwiftParser CollectionNodes+Parsable.swift
[239/259] Compiling SwiftParser Declarations.swift
[240/259] Compiling SwiftParser Directives.swift
[241/259] Compiling SwiftParser Types.swift
[242/259] Compiling SwiftParser IsLexerClassified.swift
[243/259] Compiling SwiftParser LayoutNodes+Parsable.swift
[244/259] Compiling SwiftParser Parser+TokenSpecSet.swift
[245/259] Compiling SwiftParser TokenSpecStaticMembers.swift
[246/260] Wrapping AST for SwiftParser for debugging
[248/283] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[249/284] Compiling SwiftOperators PrecedenceGraph.swift
[250/284] Compiling SwiftOperators PrecedenceGroup.swift
[251/284] Compiling SwiftOperators Operator.swift
[252/284] Compiling SwiftOperators OperatorError+Diagnostics.swift
[253/284] Compiling SwiftOperators OperatorError.swift
[254/284] Compiling SwiftOperators OperatorTable+Defaults.swift
[255/284] Compiling SwiftOperators OperatorTable.swift
[256/285] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[257/285] Emitting module SwiftOperators
[258/285] Compiling SwiftOperators SyntaxSynthesis.swift
[259/285] Compiling SwiftOperators OperatorTable+Semantics.swift
[260/285] Compiling SwiftOperators OperatorTable+Folding.swift
[261/286] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[262/286] Compiling SwiftParserDiagnostics Utils.swift
[263/286] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[264/286] Wrapping AST for SwiftOperators for debugging
[266/286] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[267/286] Compiling SwiftParserDiagnostics PresenceUtils.swift
[268/286] Compiling SwiftParserDiagnostics MissingNodesError.swift
[269/286] Compiling SwiftParserDiagnostics MissingTokenError.swift
[274/286] Emitting module SwiftParserDiagnostics
[275/287] Wrapping AST for SwiftParserDiagnostics for debugging
[277/376] Compiling SwiftFormat Pipelines+Generated.swift
[278/376] Compiling SwiftFormat RememberingIterator.swift
[279/376] Emitting module SwiftSyntaxBuilder
[280/377] Compiling SwiftFormat Rule.swift
[281/377] Compiling SwiftFormat RuleBasedFindingCategory.swift
[282/377] Compiling SwiftFormat RuleMask.swift
[283/377] Compiling SwiftFormat RuleNameCache+Generated.swift
[284/377] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[285/377] Compiling SwiftFormat RuleRegistry+Generated.swift
[286/377] Compiling SwiftFormat RuleState.swift
[287/377] Compiling SwiftFormat NoLeadingUnderscores.swift
[288/377] Compiling SwiftFormat NoParensAroundConditions.swift
[289/377] Compiling SwiftFormat NoPlaygroundLiterals.swift
[290/377] Compiling SwiftFormat NoVoidReturnOnFunctionSignature.swift
[291/377] Compiling SwiftFormat OmitExplicitReturns.swift
[292/377] Compiling SwiftFormat OneCasePerLine.swift
[293/377] Compiling SwiftFormat OneVariableDeclarationPerLine.swift
[294/377] Compiling SwiftFormat OnlyOneTrailingClosureArgument.swift
[295/377] Compiling SwiftFormat OrderedImports.swift
[296/377] Compiling SwiftFormat ReplaceForEachWithForLoop.swift
[297/377] Compiling SwiftFormat IdentifiersMustBeASCII.swift
[298/377] Compiling SwiftFormat NeverForceUnwrap.swift
[299/377] Compiling SwiftFormat NeverUseForceTry.swift
[300/377] Compiling SwiftFormat NeverUseImplicitlyUnwrappedOptionals.swift
[301/377] Compiling SwiftFormat NoAccessLevelOnExtensionDeclaration.swift
[302/377] Compiling SwiftFormat NoAssignmentInExpressions.swift
[303/377] Compiling SwiftFormat NoBlockComments.swift
[304/377] Compiling SwiftFormat NoCasesWithOnlyFallthrough.swift
[305/377] Compiling SwiftFormat NoEmptyTrailingClosureParentheses.swift
[306/377] Compiling SwiftFormat NoLabelsInCasePatterns.swift
[307/387] Emitting module SwiftFormat
[308/387] Compiling SwiftFormat SyntaxFormatRule.swift
[309/387] Compiling SwiftFormat SyntaxLintRule.swift
[310/387] Compiling SwiftFormat SyntaxProtocol+Convenience.swift
[311/387] Compiling SwiftFormat Configuration+Default.swift
[312/387] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[313/388] Wrapping AST for SwiftSyntaxBuilder for debugging
[315/395] Compiling SwiftFormat AllPublicDeclarationsHaveDocumentation.swift
[316/395] Compiling SwiftFormat AlwaysUseLiteralForEmptyCollectionInit.swift
[317/395] Compiling SwiftFormat AlwaysUseLowerCamelCase.swift
[318/395] Compiling SwiftFormat AmbiguousTrailingClosureOverload.swift
[319/395] Compiling SwiftFormat BeginDocumentationCommentWithOneLineSummary.swift
[320/395] Compiling SwiftFormat DoNotUseSemicolons.swift
[321/395] Compiling SwiftFormat DontRepeatTypeInStaticProperties.swift
[322/395] Compiling SwiftFormat FileScopedDeclarationPrivacy.swift
[323/395] Compiling SwiftFormat FullyIndirectEnum.swift
[324/395] Compiling SwiftFormat GroupNumericLiterals.swift
[325/402] Compiling SwiftSyntaxMacros AccessorMacro.swift
[326/402] Compiling SwiftSyntaxMacros AttachedMacro.swift
[327/402] Compiling SwiftSyntaxMacros MemberMacro.swift
[328/403] Compiling SwiftSyntaxMacros Macro.swift
[329/403] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[330/403] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[331/403] Compiling SwiftSyntaxMacros Macro+Format.swift
[332/403] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[333/403] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[334/403] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[335/403] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[336/403] Emitting module SwiftSyntaxMacros
[337/403] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[338/403] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[339/403] Compiling SwiftSyntaxMacros PeerMacro.swift
[340/404] Wrapping AST for SwiftSyntaxMacros for debugging
[342/412] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[343/412] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[344/412] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[345/412] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[346/412] Emitting module SwiftSyntaxMacroExpansion
[347/412] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[348/412] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[349/412] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[350/413] Compiling SwiftFormat ReturnVoidInsteadOfEmptyTuple.swift
[351/413] Compiling SwiftFormat TypeNamesShouldBeCapitalized.swift
[352/413] Compiling SwiftFormat UseEarlyExits.swift
[353/413] Compiling SwiftFormat UseLetInEveryBoundCaseVariable.swift
[354/413] Compiling SwiftFormat UseShorthandTypeNames.swift
[355/413] Compiling SwiftFormat UseSingleLinePropertyGetter.swift
[356/413] Compiling SwiftFormat UseSynthesizedInitializer.swift
[357/413] Compiling SwiftFormat UseTripleSlashForDocumentationComments.swift
[358/413] Compiling SwiftFormat UseWhereClausesInForLoops.swift
[359/413] Compiling SwiftFormat ValidateDocumentationComments.swift
[360/413] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[362/420] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[363/420] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[364/420] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[365/420] Emitting module SwiftCompilerPluginMessageHandling
[367/420] Compiling SwiftFormat Configuration.swift
[368/420] Compiling SwiftFormat DebugOptions.swift
[369/420] Compiling SwiftFormat Finding.swift
[370/420] Compiling SwiftFormat FindingCategorizing.swift
[371/420] Compiling SwiftFormat Indent.swift
[372/420] Compiling SwiftFormat SwiftFormatError.swift
[373/420] Compiling SwiftFormat SwiftFormatter.swift
[374/420] Compiling SwiftFormat SwiftLinter.swift
[375/420] Compiling SwiftFormat Context.swift
[376/420] Compiling SwiftFormat DocumentationComment.swift
[388/420] Compiling SwiftFormat DocumentationCommentText.swift
[389/420] Compiling SwiftFormat Finding+Convenience.swift
[390/420] Compiling SwiftFormat FindingEmitter.swift
[391/420] Compiling SwiftFormat FormatPipeline.swift
[392/420] Compiling SwiftFormat FunctionDeclSyntax+Convenience.swift
[393/420] Compiling SwiftFormat ImportsXCTestVisitor.swift
[394/420] Compiling SwiftFormat LazySplitSequence.swift
[395/420] Compiling SwiftFormat LegacyTriviaBehavior.swift
[396/420] Compiling SwiftFormat LintPipeline.swift
[397/420] Compiling SwiftFormat ModifierListSyntax+Convenience.swift
[398/420] Compiling SwiftFormat Parsing.swift
[399/420] Compiling SwiftFormat Trivia+Convenience.swift
[400/420] Compiling SwiftFormat WithSemicolonSyntax.swift
[401/420] Compiling SwiftFormat Comment.swift
[402/420] Compiling SwiftFormat Indent+Length.swift
[403/420] Compiling SwiftFormat PrettyPrint.swift
[404/420] Compiling SwiftFormat PrettyPrintFindingCategory.swift
[405/420] Compiling SwiftFormat Token.swift
[406/420] Compiling SwiftFormat TokenStreamCreator.swift
[407/420] Compiling SwiftFormat Verbatim.swift
[408/420] Compiling SwiftFormat WhitespaceFindingCategory.swift
[409/420] Compiling SwiftFormat WhitespaceLinter.swift
[410/421] Wrapping AST for SwiftFormat for debugging
[412/423] Emitting module SwiftFormatConfiguration
[413/423] Compiling SwiftFormatConfiguration Compatibility.swift
[414/424] Wrapping AST for SwiftFormatConfiguration for debugging
[416/424] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[417/424] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[418/424] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[419/425] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[421/427] Emitting module SwiftCompilerPlugin
[422/427] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[423/428] Wrapping AST for SwiftCompilerPlugin for debugging
[425/470] Compiling MacroToolkit Enum.swift
[426/470] Compiling MacroToolkit EnumCase.swift
[427/470] Compiling MacroToolkit EnumCaseAssociatedValueParameter.swift
[428/470] Compiling MacroToolkit EnumCaseValue.swift
[429/470] Compiling MacroToolkit Expr.swift
[430/470] Compiling MacroToolkit ExprProtocol.swift
[431/475] Emitting module MacroToolkit
[432/475] Compiling MacroToolkit OptionalType.swift
[433/475] Compiling MacroToolkit PackExpansionType.swift
[434/475] Compiling MacroToolkit PackReferenceType.swift
[435/475] Compiling MacroToolkit RegexLiteral.swift
[436/475] Compiling MacroToolkit SimpleType.swift
[437/475] Compiling MacroToolkit SomeOrAnyType.swift
[438/475] Compiling MacroToolkit ArrayType.swift
[439/475] Compiling MacroToolkit Attribute.swift
[440/475] Compiling MacroToolkit AttributeListElement.swift
[441/475] Compiling MacroToolkit BooleanLiteral.swift
[442/475] Compiling MacroToolkit ClassRestrictionType.swift
[443/475] Compiling MacroToolkit CompositionType.swift
[444/475] Compiling MacroToolkit String+Extensions.swift
[445/475] Compiling MacroToolkit StringLiteral.swift
[446/475] Compiling MacroToolkit Struct.swift
[447/475] Compiling MacroToolkit SuppressedType.swift
[448/475] Compiling MacroToolkit SwiftSyntax+Extensions.swift
[449/475] Compiling MacroToolkit LiteralProtocol.swift
[450/475] Compiling MacroToolkit MacroAttribute.swift
[451/475] Compiling MacroToolkit MemberType.swift
[452/475] Compiling MacroToolkit MetatypeType.swift
[453/475] Compiling MacroToolkit MissingType.swift
[454/475] Compiling MacroToolkit NilLiteral.swift
[455/475] Compiling MacroToolkit TupleType.swift
[456/475] Compiling MacroToolkit Type.swift
[457/475] Compiling MacroToolkit TypeProtocol.swift
[458/475] Compiling MacroToolkit Variable.swift
[459/475] Compiling MacroToolkit VariableBinding.swift
[460/475] Compiling MacroToolkit FloatLiteral.swift
[461/475] Compiling MacroToolkit Function.swift
[462/475] Compiling MacroToolkit FunctionParameter.swift
[463/475] Compiling MacroToolkit FunctionType.swift
[464/475] Compiling MacroToolkit ImplicitlyUnwrappedOptionalType.swift
[465/475] Compiling MacroToolkit IntegerLiteral.swift
[466/475] Compiling MacroToolkit ConditionalCompilationBlock.swift
[467/475] Compiling MacroToolkit Decl.swift
[468/475] Compiling MacroToolkit DeclGroup.swift
[469/475] Compiling MacroToolkit Destructuring.swift
[470/475] Compiling MacroToolkit Diagnostics.swift
[471/475] Compiling MacroToolkit DictionaryType.swift
[472/476] Wrapping AST for MacroToolkit for debugging
[474/526] Compiling Macro AllOfCodable.swift
[475/526] Compiling Macro AllOfDecodableMacro.swift
[476/526] Compiling Macro AllOfEncodableMacro.swift
[477/526] Compiling Macro AllOfMacroBase.swift
[478/526] Compiling Macro CodableMacro.swift
[479/526] Compiling Macro CodableMacroBase.swift
[480/526] Compiling Macro DecodableMacro.swift
[481/532] Compiling Macro CodeBuilder+Helpers.swift
[482/532] Compiling Macro Conformance+Helpers.swift
[483/532] Compiling Macro DiagnosticMessage+Helpers.swift
[484/532] Compiling Macro MacroToolkit+Helpers.swift
[485/532] Compiling Macro MessageID+Helpers.swift
[486/532] Compiling Macro String+Helpers.swift
[487/532] Compiling Macro Type+Helpers.swift
[488/532] Emitting module Macro
/host/spi-builder-workspace/Sources/Macro/Misc/MacroCurrent.swift:12:28: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | struct MacroConfiguration {
12 |     fileprivate static var _current: Self!
   |                            |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     static var current: Self {
[489/532] Compiling Macro OmitCoding.swift
[490/532] Compiling Macro OmitCodingMacro.swift
[491/532] Compiling Macro OneOfCodable.swift
[492/532] Compiling Macro OneOfDecodable.swift
[493/532] Compiling Macro OneOfEncodable.swift
[494/532] Compiling Macro OneOfMacroBase.Diagnostic.swift
[495/532] Compiling Macro OneOfMacroBase.Expander.swift
[496/532] Compiling Macro Variable+Diagnostic.swift
[497/532] Compiling Macro Variable+KnownAttributes.swift
[498/532] Compiling Macro CodeBuilder.swift
[499/532] Compiling Macro ExtensionBuilder.swift
[500/532] Compiling Macro CommonDiagnostic.swift
[501/532] Compiling Macro Conformance.swift
[502/532] Compiling Macro ConformanceDiagnosticChecker.swift
[503/532] Compiling Macro EncodableMacro.swift
[504/532] Compiling Macro CodingKey.swift
[505/532] Compiling Macro CodingKeyMacro.swift
[506/532] Compiling Macro CustomCoding.swift
[507/532] Compiling Macro CustomCodingMacro.swift
[508/532] Compiling Macro DefaultValue.swift
[509/532] Compiling Macro DefaultValueMacro.swift
[510/532] Compiling Macro CodingKeysBuilder+Enum.swift
[511/532] Compiling Macro CodingKeysBuilder+Instance.swift
[512/532] Compiling Macro CodingKeysBuilder.swift
[513/532] Compiling Macro DecodableBuilder+Instance.swift
[514/532] Compiling Macro DecodableBuilder.swift
[515/532] Compiling Macro EncodableBuilder+Instance.swift
[516/532] Compiling Macro EncodableBuilder.swift
[517/532] Compiling Macro OneOfMacroBase.swift
[518/532] Compiling Macro ValueStrategy.swift
[519/532] Compiling Macro ValueStrategyMacro.swift
[520/532] Compiling Macro ClassDecl.swift
[521/532] Compiling Macro CodableBuilderFactory.swift
[522/532] Compiling Macro CodableBuildersMisc.swift
[523/532] Compiling Macro CodableBuildingData.swift
[524/532] Compiling Macro Diagnostic.swift
/host/spi-builder-workspace/Sources/Macro/Misc/MacroCurrent.swift:12:28: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | struct MacroConfiguration {
12 |     fileprivate static var _current: Self!
   |                            |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     static var current: Self {
[525/532] Compiling Macro Instance.swift
/host/spi-builder-workspace/Sources/Macro/Misc/MacroCurrent.swift:12:28: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | struct MacroConfiguration {
12 |     fileprivate static var _current: Self!
   |                            |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     static var current: Self {
[526/532] Compiling Macro InstanceExpander.swift
/host/spi-builder-workspace/Sources/Macro/Misc/MacroCurrent.swift:12:28: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | struct MacroConfiguration {
12 |     fileprivate static var _current: Self!
   |                            |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     static var current: Self {
[527/532] Compiling Macro MacroCurrent.swift
/host/spi-builder-workspace/Sources/Macro/Misc/MacroCurrent.swift:12:28: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | struct MacroConfiguration {
12 |     fileprivate static var _current: Self!
   |                            |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     static var current: Self {
[528/532] Compiling Macro SwiftFormatter.swift
/host/spi-builder-workspace/Sources/Macro/Misc/MacroCurrent.swift:12:28: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | struct MacroConfiguration {
12 |     fileprivate static var _current: Self!
   |                            |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     static var current: Self {
[529/532] Compiling Macro Plugin.swift
/host/spi-builder-workspace/Sources/Macro/Misc/MacroCurrent.swift:12:28: warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | struct MacroConfiguration {
12 |     fileprivate static var _current: Self!
   |                            |- warning: static property '_current' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                            |- note: convert '_current' to a 'let' constant to make 'Sendable' shared state immutable
   |                            |- note: annotate '_current' with '@MainActor' if property should only be accessed from the main actor
   |                            `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |     static var current: Self {
[530/533] Wrapping AST for Macro for debugging
[531/533] Write Objects.LinkFileList
[532/533] Linking Macro-tool
[534/558] Compiling MacroCodableKit ISO8601DateFormatterProvider.swift
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30+00:00`
21 |     public struct ISO8601DefaultDateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = ISO8601DateFormatter()
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |     }
24 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:36:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
34 |     /// Example: `2023-10-03`
35 |     public struct ISO8601FullDateDateFormatterProvider: DateFormatterProvider {
36 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |             let formatter = ISO8601DateFormatter()
38 |             formatter.formatOptions = .withFullDate
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:54:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
52 |     /// Example: `2023-10-03T10:15:30.123+00:00`
53 |     public struct ISO8601WithFractionalSecondsDateFormatterProvider: DateFormatterProvider {
54 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
55 |             let formatter = ISO8601DateFormatter()
56 |             formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/RFC2822DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30.123+00:00`
21 |     public struct RFC2822DateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |             let dateFormatter = DateFormatter()
24 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/RFC3339DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30Z`
21 |     public struct RFC3339DateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |             let dateFormatter = DateFormatter()
24 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
[535/558] Compiling MacroCodableKit RFC2822DateFormatterProvider.swift
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30+00:00`
21 |     public struct ISO8601DefaultDateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = ISO8601DateFormatter()
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |     }
24 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:36:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
34 |     /// Example: `2023-10-03`
35 |     public struct ISO8601FullDateDateFormatterProvider: DateFormatterProvider {
36 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |             let formatter = ISO8601DateFormatter()
38 |             formatter.formatOptions = .withFullDate
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:54:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
52 |     /// Example: `2023-10-03T10:15:30.123+00:00`
53 |     public struct ISO8601WithFractionalSecondsDateFormatterProvider: DateFormatterProvider {
54 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
55 |             let formatter = ISO8601DateFormatter()
56 |             formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/RFC2822DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30.123+00:00`
21 |     public struct RFC2822DateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |             let dateFormatter = DateFormatter()
24 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/RFC3339DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30Z`
21 |     public struct RFC3339DateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |             let dateFormatter = DateFormatter()
24 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
[536/558] Compiling MacroCodableKit RFC3339DateFormatterProvider.swift
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30+00:00`
21 |     public struct ISO8601DefaultDateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = ISO8601DateFormatter()
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |     }
24 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:36:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
34 |     /// Example: `2023-10-03`
35 |     public struct ISO8601FullDateDateFormatterProvider: DateFormatterProvider {
36 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |             let formatter = ISO8601DateFormatter()
38 |             formatter.formatOptions = .withFullDate
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:54:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
52 |     /// Example: `2023-10-03T10:15:30.123+00:00`
53 |     public struct ISO8601WithFractionalSecondsDateFormatterProvider: DateFormatterProvider {
54 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
55 |             let formatter = ISO8601DateFormatter()
56 |             formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/RFC2822DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30.123+00:00`
21 |     public struct RFC2822DateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |             let dateFormatter = DateFormatter()
24 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/RFC3339DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30Z`
21 |     public struct RFC3339DateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |             let dateFormatter = DateFormatter()
24 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
[537/561] Compiling MacroCodableKit CustomCodingDecoding.swift
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/CustomCoding/CustomCodingDecoding.swift:47:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |     ///
46 |     /// A closure that captures and handles any errors encountered during the decoding process. The handling might include logging the error for debugging purposes or taking other actions as needed.
47 |     public static var errorHandler: ((Error) -> Void)?
   |                       |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'errorHandler' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     /// Logs an unhandled error during an decoding operation through ``errorHandler``
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/CustomCoding/CustomCodingEncoding.swift:47:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |     ///
46 |     /// A closure that captures and handles any errors encountered during the encoding process. The handling might include logging the error for debugging purposes or taking other actions as needed.
47 |     public static var errorHandler: ((Error) -> Void)?
   |                       |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'errorHandler' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     /// Logs an unhandled error during an encoding operation through ``errorHandler``
[538/561] Compiling MacroCodableKit CustomCodingEncoding.swift
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/CustomCoding/CustomCodingDecoding.swift:47:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |     ///
46 |     /// A closure that captures and handles any errors encountered during the decoding process. The handling might include logging the error for debugging purposes or taking other actions as needed.
47 |     public static var errorHandler: ((Error) -> Void)?
   |                       |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'errorHandler' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     /// Logs an unhandled error during an decoding operation through ``errorHandler``
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/CustomCoding/CustomCodingEncoding.swift:47:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |     ///
46 |     /// A closure that captures and handles any errors encountered during the encoding process. The handling might include logging the error for debugging purposes or taking other actions as needed.
47 |     public static var errorHandler: ((Error) -> Void)?
   |                       |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'errorHandler' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     /// Logs an unhandled error during an encoding operation through ``errorHandler``
[539/561] Compiling MacroCodableKit SafeDecoding+Array.swift
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/CustomCoding/CustomCodingDecoding.swift:47:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |     ///
46 |     /// A closure that captures and handles any errors encountered during the decoding process. The handling might include logging the error for debugging purposes or taking other actions as needed.
47 |     public static var errorHandler: ((Error) -> Void)?
   |                       |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'errorHandler' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     /// Logs an unhandled error during an decoding operation through ``errorHandler``
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/CustomCoding/CustomCodingEncoding.swift:47:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |     ///
46 |     /// A closure that captures and handles any errors encountered during the encoding process. The handling might include logging the error for debugging purposes or taking other actions as needed.
47 |     public static var errorHandler: ((Error) -> Void)?
   |                       |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'errorHandler' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     /// Logs an unhandled error during an encoding operation through ``errorHandler``
[540/561] Compiling MacroCodableKit SafeDecoding+Dictionary.swift
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/CustomCoding/CustomCodingDecoding.swift:47:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |     ///
46 |     /// A closure that captures and handles any errors encountered during the decoding process. The handling might include logging the error for debugging purposes or taking other actions as needed.
47 |     public static var errorHandler: ((Error) -> Void)?
   |                       |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'errorHandler' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     /// Logs an unhandled error during an decoding operation through ``errorHandler``
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/CustomCoding/CustomCodingEncoding.swift:47:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |     ///
46 |     /// A closure that captures and handles any errors encountered during the encoding process. The handling might include logging the error for debugging purposes or taking other actions as needed.
47 |     public static var errorHandler: ((Error) -> Void)?
   |                       |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'errorHandler' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     /// Logs an unhandled error during an encoding operation through ``errorHandler``
[541/561] Compiling MacroCodableKit TimestampedDate.swift
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/YearMonthDayDateFormatterProvider.swift:20:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     /// Example: `2023-10-03`
19 |     public struct YearMonthDayDateFormatterProvider: DateFormatterProvider {
20 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |             let dateFormatter = DateFormatter()
22 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
[542/561] Compiling MacroCodableKit YearMonthDayDateFormatterProvider.swift
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/YearMonthDayDateFormatterProvider.swift:20:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     /// Example: `2023-10-03`
19 |     public struct YearMonthDayDateFormatterProvider: DateFormatterProvider {
20 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |             let dateFormatter = DateFormatter()
22 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
[543/561] Compiling MacroCodableKit ValueCodableStrategy.swift
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/YearMonthDayDateFormatterProvider.swift:20:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     /// Example: `2023-10-03`
19 |     public struct YearMonthDayDateFormatterProvider: DateFormatterProvider {
20 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |             let dateFormatter = DateFormatter()
22 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
[544/561] Emitting module MacroCodableKit
Swift/UnsafeRawPointer.swift:440: Fatal error: load from misaligned raw pointer
*** Signal 4: Backtracing from 0x7feeeeeacbb4... done ***
*** Program crashed: Illegal instruction at 0x00007feeeeeacbb4 ***
Thread 0 "Macro-tool" crashed:
0      0x00007feeeeeacbb4 closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 308 in libswiftCore.so
1 [ra] 0x00007feeeeeac962 closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 257 in libswiftCore.so
2 [ra] 0x00007feeeeeac81d closure #1 in _assertionFailure(_:_:file:line:flags:) + 380 in libswiftCore.so
3 [ra] 0x00007feeef02fd16 _assertionFailure(_:_:file:line:flags:) + 229 in libswiftCore.so
4 [ra] 0x00007feeef02ff6e _fatalErrorMessage(_:_:file:line:flags:) + 45 in libswiftCore.so
5 [ra] 0x00007feeef0b1bd0 UnsafeRawBufferPointer.load<A>(fromByteOffset:as:) + 191 in libswiftCore.so
6 [ra] 0x0000563ae606b562 closure #1 in PluginHostConnection.waitForNextMessage<A>(_:) + 81 in Macro-tool at /host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:203:31
7 [ra] 0x00007feeef6ed3bf partial apply for closure #1 in Data.InlineData.withUnsafeBytes<A>(_:) + 30 in libFoundationEssentials.so
Registers:
rax 0x0000000000000000  0
rdx 0x0000000000000001  1
rcx 0x0000000000000002  2
rbx 0x0000563f8b3c94f2  94830918931698
rsi 0x0000000000000007  7
rdi 0x0000563ae890f010  03 00 02 00 02 00 02 00 01 00 01 00 00 00 01 00  ················
rbp 0x00007ffe7f15bb50  90 bb 15 7f fe 7f 00 00 62 c9 ea ee ee 7f 00 00  ·»··þ···bÉêîî···
rsp 0x00007ffe7f15bb40  20 00 00 00 00 00 00 00 b8 01 00 00 00 00 00 00   ·······¸·······
 r8 0x0000563ae8922440  f2 94 3c 8b 3f 56 00 00 62 25 df 84 e2 65 1e 69  ò·<·?V··b%ß·âe·i
 r9 0x00007ffe7f15b930  46 61 74 61 6c 20 65 72 72 6f 72 3a 20 6c 6f 61  Fatal error: loa
r10 0x0000000000000000  0
r11 0x691e65e284df2562  7574603646849983842
r12 0x0000000000000000  0
r13 0x00007feeef2e8f70  00 02 00 00 00 00 00 00 ec df 32 ef ee 7f 00 00  ········ìß2ïî···
r14 0x0000000000000001  1
r15 0x0000000000000001  1
rip 0x00007feeeeeacbb4  0f 0b 48 83 ec 08 48 8d 05 3f cb 46 00 48 8d 3d  ··H·ì·H··?ËF·H·=
rflags 0x0000000000010202
cs 0x0033  fs 0x0000  gs 0x0000
Images (17 omitted):
0x0000563ae5d0d000–0x0000563ae806ede8 <no build ID>                            Macro-tool                 /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool
0x00007feeeed4d000–0x00007feeef2e1ac8 c51192efcf3d046b4eccd29cbc4a02a48194fe47 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
0x00007feeef458000–0x00007feeef8d4688 <no build ID>                            libFoundationEssentials.so /usr/lib/swift/linux/libFoundationEssentials.so
Backtrace took 1.28s
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:38:14: warning: external macro implementation type 'Macro.AllOfCodableMacro' could not be found for macro 'AllOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 36 | /// ```
 37 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
 38 | public macro AllOfCodable() = #externalMacro(module: "Macro", type: "AllOfCodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfCodableMacro' could not be found for macro 'AllOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 39 |
 40 | /// Generates `Decodable` conformance following the OpenAPI `allOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:70:14: warning: external macro implementation type 'Macro.AllOfDecodableMacro' could not be found for macro 'AllOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 68 | /// ```
 69 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
 70 | public macro AllOfDecodable() = #externalMacro(module: "Macro", type: "AllOfDecodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfDecodableMacro' could not be found for macro 'AllOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 71 |
 72 | /// Generates `Encodable` conformance following the OpenAPI `allOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:102:14: warning: external macro implementation type 'Macro.AllOfEncodableMacro' could not be found for macro 'AllOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
100 | /// ```
101 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
102 | public macro AllOfEncodable() = #externalMacro(module: "Macro", type: "AllOfEncodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfEncodableMacro' could not be found for macro 'AllOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
103 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:21:14: warning: external macro implementation type 'Macro.CodingKeyMacro' could not be found for macro 'CodingKey'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 19 | /// ```
 20 | @attached(peer)
 21 | public macro CodingKey(_ key: String) = #externalMacro(module: "Macro", type: "CodingKeyMacro")
    |              `- warning: external macro implementation type 'Macro.CodingKeyMacro' could not be found for macro 'CodingKey'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 22 |
 23 | /// Ignores a property in encoding and decoding
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:36:14: warning: external macro implementation type 'Macro.OmitCodingMacro' could not be found for macro 'OmitCoding()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 34 | /// ```
 35 | @attached(peer)
 36 | public macro OmitCoding() = #externalMacro(module: "Macro", type: "OmitCodingMacro")
    |              `- warning: external macro implementation type 'Macro.OmitCodingMacro' could not be found for macro 'OmitCoding()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 37 |
 38 | /// Provides default value if coding fails or there's no such key
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:56:14: warning: external macro implementation type 'Macro.DefaultValueMacro' could not be found for macro 'DefaultValue'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 54 | /// - During decoding, any non-thrown errors encountered is sent to ``CustomCodingDecoding/errorHandler``
 55 | @attached(peer)
 56 | public macro DefaultValue<Provider: DefaultValueProvider>(
    |              `- warning: external macro implementation type 'Macro.DefaultValueMacro' could not be found for macro 'DefaultValue'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 57 |     _ type: Provider.Type
 58 | ) = #externalMacro(module: "Macro", type: "DefaultValueMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:87:14: warning: external macro implementation type 'Macro.ValueStrategyMacro' could not be found for macro 'ValueStrategy'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 85 | /// - During decoding and encoding, any non-thrown errors encountered is sent to ``CustomCodingDecoding/errorHandler`` or ``CustomCodingEncoding/errorHandler`` respectively.
 86 | @attached(peer)
 87 | public macro ValueStrategy<Strategy: ValueCodableStrategy>(
    |              `- warning: external macro implementation type 'Macro.ValueStrategyMacro' could not be found for macro 'ValueStrategy'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 88 |     _ strategy: Strategy.Type
 89 | ) = #externalMacro(module: "Macro", type: "ValueStrategyMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:112:14: warning: external macro implementation type 'Macro.CustomCodingMacro' could not be found for macro 'CustomCoding'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
110 | /// - Implementations in ``CustomCodingDecoding`` and ``CustomCodingEncoding`` are required.
111 | @attached(peer)
112 | public macro CustomCoding<Name: CustomDecodingName>(
    |              `- warning: external macro implementation type 'Macro.CustomCodingMacro' could not be found for macro 'CustomCoding'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
113 |     _ name: Name.Type
114 | ) = #externalMacro(module: "Macro", type: "CustomCodingMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:95:14: warning: external macro implementation type 'Macro.CodableMacro' could not be found for macro 'Codable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 93 | /// - Handle encoding errors with ``CustomCodingEncoding/errorHandler`` in ``CustomCodingEncoding``
 94 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
 95 | public macro Codable() = #externalMacro(module: "Macro", type: "CodableMacro")
    |              `- warning: external macro implementation type 'Macro.CodableMacro' could not be found for macro 'Codable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 96 |
 97 | /// Generates `Decodable` conformance respecting property annotations.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:109:14: warning: external macro implementation type 'Macro.DecodableMacro' could not be found for macro 'Decodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
107 | /// ```
108 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
109 | public macro Decodable() = #externalMacro(module: "Macro", type: "DecodableMacro")
    |              `- warning: external macro implementation type 'Macro.DecodableMacro' could not be found for macro 'Decodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
110 |
111 | /// Generates `Encodable` conformance respecting property annotations.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:123:14: warning: external macro implementation type 'Macro.EncodableMacro' could not be found for macro 'Encodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
121 | /// ```
122 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
123 | public macro Encodable() = #externalMacro(module: "Macro", type: "EncodableMacro")
    |              `- warning: external macro implementation type 'Macro.EncodableMacro' could not be found for macro 'Encodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
124 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:26:14: warning: external macro implementation type 'Macro.OneOfCodableMacro' could not be found for macro 'OneOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
24 | /// ```
25 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
26 | public macro OneOfCodable() = #externalMacro(module: "Macro", type: "OneOfCodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfCodableMacro' could not be found for macro 'OneOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
27 |
28 | /// Generates `Decodable` conformance following the OpenAPI `oneOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:46:14: warning: external macro implementation type 'Macro.OneOfDecodableMacro' could not be found for macro 'OneOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
44 | /// ```
45 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
46 | public macro OneOfDecodable() = #externalMacro(module: "Macro", type: "OneOfDecodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfDecodableMacro' could not be found for macro 'OneOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
47 |
48 | /// Generates `Encodable` conformance following the OpenAPI `oneOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:66:14: warning: external macro implementation type 'Macro.OneOfEncodableMacro' could not be found for macro 'OneOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
64 | /// ```
65 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
66 | public macro OneOfEncodable() = #externalMacro(module: "Macro", type: "OneOfEncodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfEncodableMacro' could not be found for macro 'OneOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
67 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/CustomCoding/CustomCodingDecoding.swift:47:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |     ///
46 |     /// A closure that captures and handles any errors encountered during the decoding process. The handling might include logging the error for debugging purposes or taking other actions as needed.
47 |     public static var errorHandler: ((Error) -> Void)?
   |                       |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'errorHandler' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     /// Logs an unhandled error during an decoding operation through ``errorHandler``
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/CustomCoding/CustomCodingEncoding.swift:47:23: warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
45 |     ///
46 |     /// A closure that captures and handles any errors encountered during the encoding process. The handling might include logging the error for debugging purposes or taking other actions as needed.
47 |     public static var errorHandler: ((Error) -> Void)?
   |                       |- warning: static property 'errorHandler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'errorHandler' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'errorHandler' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
48 |
49 |     /// Logs an unhandled error during an encoding operation through ``errorHandler``
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30+00:00`
21 |     public struct ISO8601DefaultDateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = ISO8601DateFormatter()
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |     }
24 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:36:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
34 |     /// Example: `2023-10-03`
35 |     public struct ISO8601FullDateDateFormatterProvider: DateFormatterProvider {
36 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
37 |             let formatter = ISO8601DateFormatter()
38 |             formatter.formatOptions = .withFullDate
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift:54:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
52 |     /// Example: `2023-10-03T10:15:30.123+00:00`
53 |     public struct ISO8601WithFractionalSecondsDateFormatterProvider: DateFormatterProvider {
54 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
55 |             let formatter = ISO8601DateFormatter()
56 |             formatter.formatOptions = [.withInternetDateTime, .withFractionalSeconds]
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/RFC2822DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30.123+00:00`
21 |     public struct RFC2822DateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |             let dateFormatter = DateFormatter()
24 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/RFC3339DateFormatterProvider.swift:22:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
20 |     /// Example: `2023-10-03T10:15:30Z`
21 |     public struct RFC3339DateFormatterProvider: DateFormatterProvider {
22 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |             let dateFormatter = DateFormatter()
24 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/YearMonthDayDateFormatterProvider.swift:20:27: warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
18 |     /// Example: `2023-10-03`
19 |     public struct YearMonthDayDateFormatterProvider: DateFormatterProvider {
20 |         public static let dateFormatter: DateFormatterProtocol = {
   |                           |- warning: static property 'dateFormatter' is not concurrency-safe because non-'Sendable' type 'any DateFormatterProtocol' may have shared mutable state; this is an error in the Swift 6 language mode
   |                           |- note: annotate 'dateFormatter' with '@MainActor' if property should only be accessed from the main actor
   |                           `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |             let dateFormatter = DateFormatter()
22 |             dateFormatter.timeZone = TimeZone(secondsFromGMT: 0)
/host/spi-builder-workspace/Sources/MacroCodableKit/Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift:9:17: note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
 7 |
 8 | /// Abstracts date formatters
 9 | public protocol DateFormatterProtocol {
   |                 `- note: protocol 'DateFormatterProtocol' does not conform to the 'Sendable' protocol
10 |     /// Converts a `Date` object into a string representation.
11 |     func string(from date: Date) -> String
[545/561] Compiling MacroCodableKit SafeDecoding.swift
[546/561] Compiling MacroCodableKit CustomCodingDecoding+Types.swift
[547/561] Compiling MacroCodableKit CustomCodingEncoding+Types.swift
[548/561] Compiling MacroCodableKit CustomDecodingName.swift
[549/561] Compiling MacroCodableKit BoolFalse.swift
[550/561] Compiling MacroCodableKit BoolTrue.swift
[551/561] Compiling MacroCodableKit DoubleZero.swift
[552/561] Compiling MacroCodableKit OptionalProtocol.swift
[553/561] Compiling MacroCodableKit Base64Strategy.swift
[554/561] Compiling MacroCodableKit DateFormatterStrategy.swift
[555/561] Compiling MacroCodableKit EmptyString.swift
[556/561] Compiling MacroCodableKit IntZero.swift
[557/561] Compiling MacroCodableKit DefaultValueStrategy.swift
[558/561] Compiling MacroCodableKit AllOf.swift
Swift/UnsafeRawPointer.swift:440: Fatal error: load from misaligned raw pointer
*** Signal 4: Backtracing from 0x7f1242ed5bb4... done ***
*** Program crashed: Illegal instruction at 0x00007f1242ed5bb4 ***
Thread 0 "Macro-tool" crashed:
0      0x00007f1242ed5bb4 closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 308 in libswiftCore.so
1 [ra] 0x00007f1242ed5962 closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 257 in libswiftCore.so
2 [ra] 0x00007f1242ed581d closure #1 in _assertionFailure(_:_:file:line:flags:) + 380 in libswiftCore.so
3 [ra] 0x00007f1243058d16 _assertionFailure(_:_:file:line:flags:) + 229 in libswiftCore.so
4 [ra] 0x00007f1243058f6e _fatalErrorMessage(_:_:file:line:flags:) + 45 in libswiftCore.so
5 [ra] 0x00007f12430dabd0 UnsafeRawBufferPointer.load<A>(fromByteOffset:as:) + 191 in libswiftCore.so
6 [ra] 0x000056368ccf1562 closure #1 in PluginHostConnection.waitForNextMessage<A>(_:) + 81 in Macro-tool at /host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:203:31
7 [ra] 0x00007f12437163bf partial apply for closure #1 in Data.InlineData.withUnsafeBytes<A>(_:) + 30 in libFoundationEssentials.so
Registers:
rax 0x0000000000000000  0
rdx 0x0000000000000001  1
rcx 0x0000000000000002  2
rbx 0x00005633ec3f78a9  94781006903465
rsi 0x0000000000000007  7
rdi 0x000056368f566010  03 00 02 00 02 00 02 00 01 00 01 00 00 00 01 00  ················
rbp 0x00007ffc61766760  a0 67 76 61 fc 7f 00 00 62 59 ed 42 12 7f 00 00   gvaü···bYíB····
rsp 0x00007ffc61766750  20 00 00 00 00 00 00 00 b8 01 00 00 00 00 00 00   ·······¸·······
 r8 0x000056368f579440  a9 78 3f ec 33 56 00 00 e9 d0 35 4d f3 d3 c2 b8  ©x?ì3V··éÐ5MóÓ¸
 r9 0x00007ffc61766540  46 61 74 61 6c 20 65 72 72 6f 72 3a 20 6c 6f 61  Fatal error: loa
r10 0x0000000000000000  0
r11 0xb8c2d3f34d35d0e9  13313436490386493673
r12 0x0000000000000000  0
r13 0x00007f1243311f70  00 02 00 00 00 00 00 00 ec 6f 35 43 12 7f 00 00  ········ìo5C····
r14 0x0000000000000001  1
r15 0x0000000000000001  1
rip 0x00007f1242ed5bb4  0f 0b 48 83 ec 08 48 8d 05 3f cb 46 00 48 8d 3d  ··H·ì·H··?ËF·H·=
rflags 0x0000000000010206  PF
cs 0x0033  fs 0x0000  gs 0x0000
Images (17 omitted):
0x000056368c993000–0x000056368ecf4de8 <no build ID>                            Macro-tool                 /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool
0x00007f1242d76000–0x00007f124330aac8 c51192efcf3d046b4eccd29cbc4a02a48194fe47 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
0x00007f1243481000–0x00007f12438fd688 <no build ID>                            libFoundationEssentials.so /usr/lib/swift/linux/libFoundationEssentials.so
Backtrace took 1.55s
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:38:14: warning: external macro implementation type 'Macro.AllOfCodableMacro' could not be found for macro 'AllOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 36 | /// ```
 37 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
 38 | public macro AllOfCodable() = #externalMacro(module: "Macro", type: "AllOfCodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfCodableMacro' could not be found for macro 'AllOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 39 |
 40 | /// Generates `Decodable` conformance following the OpenAPI `allOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:70:14: warning: external macro implementation type 'Macro.AllOfDecodableMacro' could not be found for macro 'AllOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 68 | /// ```
 69 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
 70 | public macro AllOfDecodable() = #externalMacro(module: "Macro", type: "AllOfDecodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfDecodableMacro' could not be found for macro 'AllOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 71 |
 72 | /// Generates `Encodable` conformance following the OpenAPI `allOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:102:14: warning: external macro implementation type 'Macro.AllOfEncodableMacro' could not be found for macro 'AllOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
100 | /// ```
101 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
102 | public macro AllOfEncodable() = #externalMacro(module: "Macro", type: "AllOfEncodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfEncodableMacro' could not be found for macro 'AllOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
103 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:21:14: warning: external macro implementation type 'Macro.CodingKeyMacro' could not be found for macro 'CodingKey'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 19 | /// ```
 20 | @attached(peer)
 21 | public macro CodingKey(_ key: String) = #externalMacro(module: "Macro", type: "CodingKeyMacro")
    |              `- warning: external macro implementation type 'Macro.CodingKeyMacro' could not be found for macro 'CodingKey'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 22 |
 23 | /// Ignores a property in encoding and decoding
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:36:14: warning: external macro implementation type 'Macro.OmitCodingMacro' could not be found for macro 'OmitCoding()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 34 | /// ```
 35 | @attached(peer)
 36 | public macro OmitCoding() = #externalMacro(module: "Macro", type: "OmitCodingMacro")
    |              `- warning: external macro implementation type 'Macro.OmitCodingMacro' could not be found for macro 'OmitCoding()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 37 |
 38 | /// Provides default value if coding fails or there's no such key
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:56:14: warning: external macro implementation type 'Macro.DefaultValueMacro' could not be found for macro 'DefaultValue'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 54 | /// - During decoding, any non-thrown errors encountered is sent to ``CustomCodingDecoding/errorHandler``
 55 | @attached(peer)
 56 | public macro DefaultValue<Provider: DefaultValueProvider>(
    |              `- warning: external macro implementation type 'Macro.DefaultValueMacro' could not be found for macro 'DefaultValue'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 57 |     _ type: Provider.Type
 58 | ) = #externalMacro(module: "Macro", type: "DefaultValueMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:87:14: warning: external macro implementation type 'Macro.ValueStrategyMacro' could not be found for macro 'ValueStrategy'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 85 | /// - During decoding and encoding, any non-thrown errors encountered is sent to ``CustomCodingDecoding/errorHandler`` or ``CustomCodingEncoding/errorHandler`` respectively.
 86 | @attached(peer)
 87 | public macro ValueStrategy<Strategy: ValueCodableStrategy>(
    |              `- warning: external macro implementation type 'Macro.ValueStrategyMacro' could not be found for macro 'ValueStrategy'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 88 |     _ strategy: Strategy.Type
 89 | ) = #externalMacro(module: "Macro", type: "ValueStrategyMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:112:14: warning: external macro implementation type 'Macro.CustomCodingMacro' could not be found for macro 'CustomCoding'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
110 | /// - Implementations in ``CustomCodingDecoding`` and ``CustomCodingEncoding`` are required.
111 | @attached(peer)
112 | public macro CustomCoding<Name: CustomDecodingName>(
    |              `- warning: external macro implementation type 'Macro.CustomCodingMacro' could not be found for macro 'CustomCoding'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
113 |     _ name: Name.Type
114 | ) = #externalMacro(module: "Macro", type: "CustomCodingMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:95:14: warning: external macro implementation type 'Macro.CodableMacro' could not be found for macro 'Codable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 93 | /// - Handle encoding errors with ``CustomCodingEncoding/errorHandler`` in ``CustomCodingEncoding``
 94 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
 95 | public macro Codable() = #externalMacro(module: "Macro", type: "CodableMacro")
    |              `- warning: external macro implementation type 'Macro.CodableMacro' could not be found for macro 'Codable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 96 |
 97 | /// Generates `Decodable` conformance respecting property annotations.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:109:14: warning: external macro implementation type 'Macro.DecodableMacro' could not be found for macro 'Decodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
107 | /// ```
108 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
109 | public macro Decodable() = #externalMacro(module: "Macro", type: "DecodableMacro")
    |              `- warning: external macro implementation type 'Macro.DecodableMacro' could not be found for macro 'Decodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
110 |
111 | /// Generates `Encodable` conformance respecting property annotations.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:123:14: warning: external macro implementation type 'Macro.EncodableMacro' could not be found for macro 'Encodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
121 | /// ```
122 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
123 | public macro Encodable() = #externalMacro(module: "Macro", type: "EncodableMacro")
    |              `- warning: external macro implementation type 'Macro.EncodableMacro' could not be found for macro 'Encodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
124 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:26:14: warning: external macro implementation type 'Macro.OneOfCodableMacro' could not be found for macro 'OneOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
24 | /// ```
25 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
26 | public macro OneOfCodable() = #externalMacro(module: "Macro", type: "OneOfCodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfCodableMacro' could not be found for macro 'OneOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
27 |
28 | /// Generates `Decodable` conformance following the OpenAPI `oneOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:46:14: warning: external macro implementation type 'Macro.OneOfDecodableMacro' could not be found for macro 'OneOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
44 | /// ```
45 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
46 | public macro OneOfDecodable() = #externalMacro(module: "Macro", type: "OneOfDecodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfDecodableMacro' could not be found for macro 'OneOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
47 |
48 | /// Generates `Encodable` conformance following the OpenAPI `oneOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:66:14: warning: external macro implementation type 'Macro.OneOfEncodableMacro' could not be found for macro 'OneOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
64 | /// ```
65 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
66 | public macro OneOfEncodable() = #externalMacro(module: "Macro", type: "OneOfEncodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfEncodableMacro' could not be found for macro 'OneOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
67 |
[559/561] Compiling MacroCodableKit Annotations.swift
Swift/UnsafeRawPointer.swift:440: Fatal error: load from misaligned raw pointer
*** Signal 4: Backtracing from 0x7f1242ed5bb4... done ***
*** Program crashed: Illegal instruction at 0x00007f1242ed5bb4 ***
Thread 0 "Macro-tool" crashed:
0      0x00007f1242ed5bb4 closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 308 in libswiftCore.so
1 [ra] 0x00007f1242ed5962 closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 257 in libswiftCore.so
2 [ra] 0x00007f1242ed581d closure #1 in _assertionFailure(_:_:file:line:flags:) + 380 in libswiftCore.so
3 [ra] 0x00007f1243058d16 _assertionFailure(_:_:file:line:flags:) + 229 in libswiftCore.so
4 [ra] 0x00007f1243058f6e _fatalErrorMessage(_:_:file:line:flags:) + 45 in libswiftCore.so
5 [ra] 0x00007f12430dabd0 UnsafeRawBufferPointer.load<A>(fromByteOffset:as:) + 191 in libswiftCore.so
6 [ra] 0x000056368ccf1562 closure #1 in PluginHostConnection.waitForNextMessage<A>(_:) + 81 in Macro-tool at /host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:203:31
7 [ra] 0x00007f12437163bf partial apply for closure #1 in Data.InlineData.withUnsafeBytes<A>(_:) + 30 in libFoundationEssentials.so
Registers:
rax 0x0000000000000000  0
rdx 0x0000000000000001  1
rcx 0x0000000000000002  2
rbx 0x00005633ec3f78a9  94781006903465
rsi 0x0000000000000007  7
rdi 0x000056368f566010  03 00 02 00 02 00 02 00 01 00 01 00 00 00 01 00  ················
rbp 0x00007ffc61766760  a0 67 76 61 fc 7f 00 00 62 59 ed 42 12 7f 00 00   gvaü···bYíB····
rsp 0x00007ffc61766750  20 00 00 00 00 00 00 00 b8 01 00 00 00 00 00 00   ·······¸·······
 r8 0x000056368f579440  a9 78 3f ec 33 56 00 00 e9 d0 35 4d f3 d3 c2 b8  ©x?ì3V··éÐ5MóÓ¸
 r9 0x00007ffc61766540  46 61 74 61 6c 20 65 72 72 6f 72 3a 20 6c 6f 61  Fatal error: loa
r10 0x0000000000000000  0
r11 0xb8c2d3f34d35d0e9  13313436490386493673
r12 0x0000000000000000  0
r13 0x00007f1243311f70  00 02 00 00 00 00 00 00 ec 6f 35 43 12 7f 00 00  ········ìo5C····
r14 0x0000000000000001  1
r15 0x0000000000000001  1
rip 0x00007f1242ed5bb4  0f 0b 48 83 ec 08 48 8d 05 3f cb 46 00 48 8d 3d  ··H·ì·H··?ËF·H·=
rflags 0x0000000000010206  PF
cs 0x0033  fs 0x0000  gs 0x0000
Images (17 omitted):
0x000056368c993000–0x000056368ecf4de8 <no build ID>                            Macro-tool                 /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool
0x00007f1242d76000–0x00007f124330aac8 c51192efcf3d046b4eccd29cbc4a02a48194fe47 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
0x00007f1243481000–0x00007f12438fd688 <no build ID>                            libFoundationEssentials.so /usr/lib/swift/linux/libFoundationEssentials.so
Backtrace took 1.55s
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:38:14: warning: external macro implementation type 'Macro.AllOfCodableMacro' could not be found for macro 'AllOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 36 | /// ```
 37 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
 38 | public macro AllOfCodable() = #externalMacro(module: "Macro", type: "AllOfCodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfCodableMacro' could not be found for macro 'AllOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 39 |
 40 | /// Generates `Decodable` conformance following the OpenAPI `allOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:70:14: warning: external macro implementation type 'Macro.AllOfDecodableMacro' could not be found for macro 'AllOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 68 | /// ```
 69 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
 70 | public macro AllOfDecodable() = #externalMacro(module: "Macro", type: "AllOfDecodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfDecodableMacro' could not be found for macro 'AllOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 71 |
 72 | /// Generates `Encodable` conformance following the OpenAPI `allOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:102:14: warning: external macro implementation type 'Macro.AllOfEncodableMacro' could not be found for macro 'AllOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
100 | /// ```
101 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
102 | public macro AllOfEncodable() = #externalMacro(module: "Macro", type: "AllOfEncodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfEncodableMacro' could not be found for macro 'AllOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
103 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:21:14: warning: external macro implementation type 'Macro.CodingKeyMacro' could not be found for macro 'CodingKey'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 19 | /// ```
 20 | @attached(peer)
 21 | public macro CodingKey(_ key: String) = #externalMacro(module: "Macro", type: "CodingKeyMacro")
    |              `- warning: external macro implementation type 'Macro.CodingKeyMacro' could not be found for macro 'CodingKey'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 22 |
 23 | /// Ignores a property in encoding and decoding
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:36:14: warning: external macro implementation type 'Macro.OmitCodingMacro' could not be found for macro 'OmitCoding()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 34 | /// ```
 35 | @attached(peer)
 36 | public macro OmitCoding() = #externalMacro(module: "Macro", type: "OmitCodingMacro")
    |              `- warning: external macro implementation type 'Macro.OmitCodingMacro' could not be found for macro 'OmitCoding()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 37 |
 38 | /// Provides default value if coding fails or there's no such key
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:56:14: warning: external macro implementation type 'Macro.DefaultValueMacro' could not be found for macro 'DefaultValue'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 54 | /// - During decoding, any non-thrown errors encountered is sent to ``CustomCodingDecoding/errorHandler``
 55 | @attached(peer)
 56 | public macro DefaultValue<Provider: DefaultValueProvider>(
    |              `- warning: external macro implementation type 'Macro.DefaultValueMacro' could not be found for macro 'DefaultValue'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 57 |     _ type: Provider.Type
 58 | ) = #externalMacro(module: "Macro", type: "DefaultValueMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:87:14: warning: external macro implementation type 'Macro.ValueStrategyMacro' could not be found for macro 'ValueStrategy'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 85 | /// - During decoding and encoding, any non-thrown errors encountered is sent to ``CustomCodingDecoding/errorHandler`` or ``CustomCodingEncoding/errorHandler`` respectively.
 86 | @attached(peer)
 87 | public macro ValueStrategy<Strategy: ValueCodableStrategy>(
    |              `- warning: external macro implementation type 'Macro.ValueStrategyMacro' could not be found for macro 'ValueStrategy'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 88 |     _ strategy: Strategy.Type
 89 | ) = #externalMacro(module: "Macro", type: "ValueStrategyMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:112:14: warning: external macro implementation type 'Macro.CustomCodingMacro' could not be found for macro 'CustomCoding'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
110 | /// - Implementations in ``CustomCodingDecoding`` and ``CustomCodingEncoding`` are required.
111 | @attached(peer)
112 | public macro CustomCoding<Name: CustomDecodingName>(
    |              `- warning: external macro implementation type 'Macro.CustomCodingMacro' could not be found for macro 'CustomCoding'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
113 |     _ name: Name.Type
114 | ) = #externalMacro(module: "Macro", type: "CustomCodingMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:95:14: warning: external macro implementation type 'Macro.CodableMacro' could not be found for macro 'Codable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 93 | /// - Handle encoding errors with ``CustomCodingEncoding/errorHandler`` in ``CustomCodingEncoding``
 94 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
 95 | public macro Codable() = #externalMacro(module: "Macro", type: "CodableMacro")
    |              `- warning: external macro implementation type 'Macro.CodableMacro' could not be found for macro 'Codable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 96 |
 97 | /// Generates `Decodable` conformance respecting property annotations.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:109:14: warning: external macro implementation type 'Macro.DecodableMacro' could not be found for macro 'Decodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
107 | /// ```
108 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
109 | public macro Decodable() = #externalMacro(module: "Macro", type: "DecodableMacro")
    |              `- warning: external macro implementation type 'Macro.DecodableMacro' could not be found for macro 'Decodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
110 |
111 | /// Generates `Encodable` conformance respecting property annotations.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:123:14: warning: external macro implementation type 'Macro.EncodableMacro' could not be found for macro 'Encodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
121 | /// ```
122 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
123 | public macro Encodable() = #externalMacro(module: "Macro", type: "EncodableMacro")
    |              `- warning: external macro implementation type 'Macro.EncodableMacro' could not be found for macro 'Encodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
124 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:26:14: warning: external macro implementation type 'Macro.OneOfCodableMacro' could not be found for macro 'OneOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
24 | /// ```
25 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
26 | public macro OneOfCodable() = #externalMacro(module: "Macro", type: "OneOfCodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfCodableMacro' could not be found for macro 'OneOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
27 |
28 | /// Generates `Decodable` conformance following the OpenAPI `oneOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:46:14: warning: external macro implementation type 'Macro.OneOfDecodableMacro' could not be found for macro 'OneOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
44 | /// ```
45 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
46 | public macro OneOfDecodable() = #externalMacro(module: "Macro", type: "OneOfDecodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfDecodableMacro' could not be found for macro 'OneOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
47 |
48 | /// Generates `Encodable` conformance following the OpenAPI `oneOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:66:14: warning: external macro implementation type 'Macro.OneOfEncodableMacro' could not be found for macro 'OneOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
64 | /// ```
65 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
66 | public macro OneOfEncodable() = #externalMacro(module: "Macro", type: "OneOfEncodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfEncodableMacro' could not be found for macro 'OneOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
67 |
[560/561] Compiling MacroCodableKit Codable.swift
Swift/UnsafeRawPointer.swift:440: Fatal error: load from misaligned raw pointer
*** Signal 4: Backtracing from 0x7f1242ed5bb4... done ***
*** Program crashed: Illegal instruction at 0x00007f1242ed5bb4 ***
Thread 0 "Macro-tool" crashed:
0      0x00007f1242ed5bb4 closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 308 in libswiftCore.so
1 [ra] 0x00007f1242ed5962 closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 257 in libswiftCore.so
2 [ra] 0x00007f1242ed581d closure #1 in _assertionFailure(_:_:file:line:flags:) + 380 in libswiftCore.so
3 [ra] 0x00007f1243058d16 _assertionFailure(_:_:file:line:flags:) + 229 in libswiftCore.so
4 [ra] 0x00007f1243058f6e _fatalErrorMessage(_:_:file:line:flags:) + 45 in libswiftCore.so
5 [ra] 0x00007f12430dabd0 UnsafeRawBufferPointer.load<A>(fromByteOffset:as:) + 191 in libswiftCore.so
6 [ra] 0x000056368ccf1562 closure #1 in PluginHostConnection.waitForNextMessage<A>(_:) + 81 in Macro-tool at /host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:203:31
7 [ra] 0x00007f12437163bf partial apply for closure #1 in Data.InlineData.withUnsafeBytes<A>(_:) + 30 in libFoundationEssentials.so
Registers:
rax 0x0000000000000000  0
rdx 0x0000000000000001  1
rcx 0x0000000000000002  2
rbx 0x00005633ec3f78a9  94781006903465
rsi 0x0000000000000007  7
rdi 0x000056368f566010  03 00 02 00 02 00 02 00 01 00 01 00 00 00 01 00  ················
rbp 0x00007ffc61766760  a0 67 76 61 fc 7f 00 00 62 59 ed 42 12 7f 00 00   gvaü···bYíB····
rsp 0x00007ffc61766750  20 00 00 00 00 00 00 00 b8 01 00 00 00 00 00 00   ·······¸·······
 r8 0x000056368f579440  a9 78 3f ec 33 56 00 00 e9 d0 35 4d f3 d3 c2 b8  ©x?ì3V··éÐ5MóÓ¸
 r9 0x00007ffc61766540  46 61 74 61 6c 20 65 72 72 6f 72 3a 20 6c 6f 61  Fatal error: loa
r10 0x0000000000000000  0
r11 0xb8c2d3f34d35d0e9  13313436490386493673
r12 0x0000000000000000  0
r13 0x00007f1243311f70  00 02 00 00 00 00 00 00 ec 6f 35 43 12 7f 00 00  ········ìo5C····
r14 0x0000000000000001  1
r15 0x0000000000000001  1
rip 0x00007f1242ed5bb4  0f 0b 48 83 ec 08 48 8d 05 3f cb 46 00 48 8d 3d  ··H·ì·H··?ËF·H·=
rflags 0x0000000000010206  PF
cs 0x0033  fs 0x0000  gs 0x0000
Images (17 omitted):
0x000056368c993000–0x000056368ecf4de8 <no build ID>                            Macro-tool                 /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool
0x00007f1242d76000–0x00007f124330aac8 c51192efcf3d046b4eccd29cbc4a02a48194fe47 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
0x00007f1243481000–0x00007f12438fd688 <no build ID>                            libFoundationEssentials.so /usr/lib/swift/linux/libFoundationEssentials.so
Backtrace took 1.55s
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:38:14: warning: external macro implementation type 'Macro.AllOfCodableMacro' could not be found for macro 'AllOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 36 | /// ```
 37 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
 38 | public macro AllOfCodable() = #externalMacro(module: "Macro", type: "AllOfCodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfCodableMacro' could not be found for macro 'AllOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 39 |
 40 | /// Generates `Decodable` conformance following the OpenAPI `allOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:70:14: warning: external macro implementation type 'Macro.AllOfDecodableMacro' could not be found for macro 'AllOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 68 | /// ```
 69 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
 70 | public macro AllOfDecodable() = #externalMacro(module: "Macro", type: "AllOfDecodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfDecodableMacro' could not be found for macro 'AllOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 71 |
 72 | /// Generates `Encodable` conformance following the OpenAPI `allOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:102:14: warning: external macro implementation type 'Macro.AllOfEncodableMacro' could not be found for macro 'AllOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
100 | /// ```
101 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
102 | public macro AllOfEncodable() = #externalMacro(module: "Macro", type: "AllOfEncodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfEncodableMacro' could not be found for macro 'AllOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
103 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:21:14: warning: external macro implementation type 'Macro.CodingKeyMacro' could not be found for macro 'CodingKey'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 19 | /// ```
 20 | @attached(peer)
 21 | public macro CodingKey(_ key: String) = #externalMacro(module: "Macro", type: "CodingKeyMacro")
    |              `- warning: external macro implementation type 'Macro.CodingKeyMacro' could not be found for macro 'CodingKey'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 22 |
 23 | /// Ignores a property in encoding and decoding
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:36:14: warning: external macro implementation type 'Macro.OmitCodingMacro' could not be found for macro 'OmitCoding()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 34 | /// ```
 35 | @attached(peer)
 36 | public macro OmitCoding() = #externalMacro(module: "Macro", type: "OmitCodingMacro")
    |              `- warning: external macro implementation type 'Macro.OmitCodingMacro' could not be found for macro 'OmitCoding()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 37 |
 38 | /// Provides default value if coding fails or there's no such key
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:56:14: warning: external macro implementation type 'Macro.DefaultValueMacro' could not be found for macro 'DefaultValue'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 54 | /// - During decoding, any non-thrown errors encountered is sent to ``CustomCodingDecoding/errorHandler``
 55 | @attached(peer)
 56 | public macro DefaultValue<Provider: DefaultValueProvider>(
    |              `- warning: external macro implementation type 'Macro.DefaultValueMacro' could not be found for macro 'DefaultValue'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 57 |     _ type: Provider.Type
 58 | ) = #externalMacro(module: "Macro", type: "DefaultValueMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:87:14: warning: external macro implementation type 'Macro.ValueStrategyMacro' could not be found for macro 'ValueStrategy'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 85 | /// - During decoding and encoding, any non-thrown errors encountered is sent to ``CustomCodingDecoding/errorHandler`` or ``CustomCodingEncoding/errorHandler`` respectively.
 86 | @attached(peer)
 87 | public macro ValueStrategy<Strategy: ValueCodableStrategy>(
    |              `- warning: external macro implementation type 'Macro.ValueStrategyMacro' could not be found for macro 'ValueStrategy'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 88 |     _ strategy: Strategy.Type
 89 | ) = #externalMacro(module: "Macro", type: "ValueStrategyMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:112:14: warning: external macro implementation type 'Macro.CustomCodingMacro' could not be found for macro 'CustomCoding'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
110 | /// - Implementations in ``CustomCodingDecoding`` and ``CustomCodingEncoding`` are required.
111 | @attached(peer)
112 | public macro CustomCoding<Name: CustomDecodingName>(
    |              `- warning: external macro implementation type 'Macro.CustomCodingMacro' could not be found for macro 'CustomCoding'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
113 |     _ name: Name.Type
114 | ) = #externalMacro(module: "Macro", type: "CustomCodingMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:95:14: warning: external macro implementation type 'Macro.CodableMacro' could not be found for macro 'Codable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 93 | /// - Handle encoding errors with ``CustomCodingEncoding/errorHandler`` in ``CustomCodingEncoding``
 94 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
 95 | public macro Codable() = #externalMacro(module: "Macro", type: "CodableMacro")
    |              `- warning: external macro implementation type 'Macro.CodableMacro' could not be found for macro 'Codable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 96 |
 97 | /// Generates `Decodable` conformance respecting property annotations.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:109:14: warning: external macro implementation type 'Macro.DecodableMacro' could not be found for macro 'Decodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
107 | /// ```
108 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
109 | public macro Decodable() = #externalMacro(module: "Macro", type: "DecodableMacro")
    |              `- warning: external macro implementation type 'Macro.DecodableMacro' could not be found for macro 'Decodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
110 |
111 | /// Generates `Encodable` conformance respecting property annotations.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:123:14: warning: external macro implementation type 'Macro.EncodableMacro' could not be found for macro 'Encodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
121 | /// ```
122 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
123 | public macro Encodable() = #externalMacro(module: "Macro", type: "EncodableMacro")
    |              `- warning: external macro implementation type 'Macro.EncodableMacro' could not be found for macro 'Encodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
124 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:26:14: warning: external macro implementation type 'Macro.OneOfCodableMacro' could not be found for macro 'OneOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
24 | /// ```
25 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
26 | public macro OneOfCodable() = #externalMacro(module: "Macro", type: "OneOfCodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfCodableMacro' could not be found for macro 'OneOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
27 |
28 | /// Generates `Decodable` conformance following the OpenAPI `oneOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:46:14: warning: external macro implementation type 'Macro.OneOfDecodableMacro' could not be found for macro 'OneOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
44 | /// ```
45 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
46 | public macro OneOfDecodable() = #externalMacro(module: "Macro", type: "OneOfDecodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfDecodableMacro' could not be found for macro 'OneOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
47 |
48 | /// Generates `Encodable` conformance following the OpenAPI `oneOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:66:14: warning: external macro implementation type 'Macro.OneOfEncodableMacro' could not be found for macro 'OneOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
64 | /// ```
65 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
66 | public macro OneOfEncodable() = #externalMacro(module: "Macro", type: "OneOfEncodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfEncodableMacro' could not be found for macro 'OneOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
67 |
[561/561] Compiling MacroCodableKit OneOf.swift
Swift/UnsafeRawPointer.swift:440: Fatal error: load from misaligned raw pointer
*** Signal 4: Backtracing from 0x7f1242ed5bb4... done ***
*** Program crashed: Illegal instruction at 0x00007f1242ed5bb4 ***
Thread 0 "Macro-tool" crashed:
0      0x00007f1242ed5bb4 closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 308 in libswiftCore.so
1 [ra] 0x00007f1242ed5962 closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 257 in libswiftCore.so
2 [ra] 0x00007f1242ed581d closure #1 in _assertionFailure(_:_:file:line:flags:) + 380 in libswiftCore.so
3 [ra] 0x00007f1243058d16 _assertionFailure(_:_:file:line:flags:) + 229 in libswiftCore.so
4 [ra] 0x00007f1243058f6e _fatalErrorMessage(_:_:file:line:flags:) + 45 in libswiftCore.so
5 [ra] 0x00007f12430dabd0 UnsafeRawBufferPointer.load<A>(fromByteOffset:as:) + 191 in libswiftCore.so
6 [ra] 0x000056368ccf1562 closure #1 in PluginHostConnection.waitForNextMessage<A>(_:) + 81 in Macro-tool at /host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftCompilerPlugin/CompilerPlugin.swift:203:31
7 [ra] 0x00007f12437163bf partial apply for closure #1 in Data.InlineData.withUnsafeBytes<A>(_:) + 30 in libFoundationEssentials.so
Registers:
rax 0x0000000000000000  0
rdx 0x0000000000000001  1
rcx 0x0000000000000002  2
rbx 0x00005633ec3f78a9  94781006903465
rsi 0x0000000000000007  7
rdi 0x000056368f566010  03 00 02 00 02 00 02 00 01 00 01 00 00 00 01 00  ················
rbp 0x00007ffc61766760  a0 67 76 61 fc 7f 00 00 62 59 ed 42 12 7f 00 00   gvaü···bYíB····
rsp 0x00007ffc61766750  20 00 00 00 00 00 00 00 b8 01 00 00 00 00 00 00   ·······¸·······
 r8 0x000056368f579440  a9 78 3f ec 33 56 00 00 e9 d0 35 4d f3 d3 c2 b8  ©x?ì3V··éÐ5MóÓ¸
 r9 0x00007ffc61766540  46 61 74 61 6c 20 65 72 72 6f 72 3a 20 6c 6f 61  Fatal error: loa
r10 0x0000000000000000  0
r11 0xb8c2d3f34d35d0e9  13313436490386493673
r12 0x0000000000000000  0
r13 0x00007f1243311f70  00 02 00 00 00 00 00 00 ec 6f 35 43 12 7f 00 00  ········ìo5C····
r14 0x0000000000000001  1
r15 0x0000000000000001  1
rip 0x00007f1242ed5bb4  0f 0b 48 83 ec 08 48 8d 05 3f cb 46 00 48 8d 3d  ··H·ì·H··?ËF·H·=
rflags 0x0000000000010206  PF
cs 0x0033  fs 0x0000  gs 0x0000
Images (17 omitted):
0x000056368c993000–0x000056368ecf4de8 <no build ID>                            Macro-tool                 /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool
0x00007f1242d76000–0x00007f124330aac8 c51192efcf3d046b4eccd29cbc4a02a48194fe47 libswiftCore.so            /usr/lib/swift/linux/libswiftCore.so
0x00007f1243481000–0x00007f12438fd688 <no build ID>                            libFoundationEssentials.so /usr/lib/swift/linux/libFoundationEssentials.so
Backtrace took 1.55s
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:38:14: warning: external macro implementation type 'Macro.AllOfCodableMacro' could not be found for macro 'AllOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 36 | /// ```
 37 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
 38 | public macro AllOfCodable() = #externalMacro(module: "Macro", type: "AllOfCodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfCodableMacro' could not be found for macro 'AllOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 39 |
 40 | /// Generates `Decodable` conformance following the OpenAPI `allOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:70:14: warning: external macro implementation type 'Macro.AllOfDecodableMacro' could not be found for macro 'AllOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 68 | /// ```
 69 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
 70 | public macro AllOfDecodable() = #externalMacro(module: "Macro", type: "AllOfDecodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfDecodableMacro' could not be found for macro 'AllOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 71 |
 72 | /// Generates `Encodable` conformance following the OpenAPI `allOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/AllOf.swift:102:14: warning: external macro implementation type 'Macro.AllOfEncodableMacro' could not be found for macro 'AllOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
100 | /// ```
101 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
102 | public macro AllOfEncodable() = #externalMacro(module: "Macro", type: "AllOfEncodableMacro")
    |              `- warning: external macro implementation type 'Macro.AllOfEncodableMacro' could not be found for macro 'AllOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
103 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:21:14: warning: external macro implementation type 'Macro.CodingKeyMacro' could not be found for macro 'CodingKey'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 19 | /// ```
 20 | @attached(peer)
 21 | public macro CodingKey(_ key: String) = #externalMacro(module: "Macro", type: "CodingKeyMacro")
    |              `- warning: external macro implementation type 'Macro.CodingKeyMacro' could not be found for macro 'CodingKey'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 22 |
 23 | /// Ignores a property in encoding and decoding
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:36:14: warning: external macro implementation type 'Macro.OmitCodingMacro' could not be found for macro 'OmitCoding()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 34 | /// ```
 35 | @attached(peer)
 36 | public macro OmitCoding() = #externalMacro(module: "Macro", type: "OmitCodingMacro")
    |              `- warning: external macro implementation type 'Macro.OmitCodingMacro' could not be found for macro 'OmitCoding()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 37 |
 38 | /// Provides default value if coding fails or there's no such key
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:56:14: warning: external macro implementation type 'Macro.DefaultValueMacro' could not be found for macro 'DefaultValue'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 54 | /// - During decoding, any non-thrown errors encountered is sent to ``CustomCodingDecoding/errorHandler``
 55 | @attached(peer)
 56 | public macro DefaultValue<Provider: DefaultValueProvider>(
    |              `- warning: external macro implementation type 'Macro.DefaultValueMacro' could not be found for macro 'DefaultValue'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 57 |     _ type: Provider.Type
 58 | ) = #externalMacro(module: "Macro", type: "DefaultValueMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:87:14: warning: external macro implementation type 'Macro.ValueStrategyMacro' could not be found for macro 'ValueStrategy'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 85 | /// - During decoding and encoding, any non-thrown errors encountered is sent to ``CustomCodingDecoding/errorHandler`` or ``CustomCodingEncoding/errorHandler`` respectively.
 86 | @attached(peer)
 87 | public macro ValueStrategy<Strategy: ValueCodableStrategy>(
    |              `- warning: external macro implementation type 'Macro.ValueStrategyMacro' could not be found for macro 'ValueStrategy'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 88 |     _ strategy: Strategy.Type
 89 | ) = #externalMacro(module: "Macro", type: "ValueStrategyMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Annotations.swift:112:14: warning: external macro implementation type 'Macro.CustomCodingMacro' could not be found for macro 'CustomCoding'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
110 | /// - Implementations in ``CustomCodingDecoding`` and ``CustomCodingEncoding`` are required.
111 | @attached(peer)
112 | public macro CustomCoding<Name: CustomDecodingName>(
    |              `- warning: external macro implementation type 'Macro.CustomCodingMacro' could not be found for macro 'CustomCoding'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
113 |     _ name: Name.Type
114 | ) = #externalMacro(module: "Macro", type: "CustomCodingMacro")
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:95:14: warning: external macro implementation type 'Macro.CodableMacro' could not be found for macro 'Codable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 93 | /// - Handle encoding errors with ``CustomCodingEncoding/errorHandler`` in ``CustomCodingEncoding``
 94 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
 95 | public macro Codable() = #externalMacro(module: "Macro", type: "CodableMacro")
    |              `- warning: external macro implementation type 'Macro.CodableMacro' could not be found for macro 'Codable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
 96 |
 97 | /// Generates `Decodable` conformance respecting property annotations.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:109:14: warning: external macro implementation type 'Macro.DecodableMacro' could not be found for macro 'Decodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
107 | /// ```
108 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
109 | public macro Decodable() = #externalMacro(module: "Macro", type: "DecodableMacro")
    |              `- warning: external macro implementation type 'Macro.DecodableMacro' could not be found for macro 'Decodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
110 |
111 | /// Generates `Encodable` conformance respecting property annotations.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/Codable.swift:123:14: warning: external macro implementation type 'Macro.EncodableMacro' could not be found for macro 'Encodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
121 | /// ```
122 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
123 | public macro Encodable() = #externalMacro(module: "Macro", type: "EncodableMacro")
    |              `- warning: external macro implementation type 'Macro.EncodableMacro' could not be found for macro 'Encodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
124 |
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:26:14: warning: external macro implementation type 'Macro.OneOfCodableMacro' could not be found for macro 'OneOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
24 | /// ```
25 | @attached(extension, conformances: Decodable, Encodable, names: named(CodingKeys), named(init(from:)), named(encode(to:)))
26 | public macro OneOfCodable() = #externalMacro(module: "Macro", type: "OneOfCodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfCodableMacro' could not be found for macro 'OneOfCodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
27 |
28 | /// Generates `Decodable` conformance following the OpenAPI `oneOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:46:14: warning: external macro implementation type 'Macro.OneOfDecodableMacro' could not be found for macro 'OneOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
44 | /// ```
45 | @attached(extension, conformances: Decodable, names: named(CodingKeys), named(init(from:)))
46 | public macro OneOfDecodable() = #externalMacro(module: "Macro", type: "OneOfDecodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfDecodableMacro' could not be found for macro 'OneOfDecodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
47 |
48 | /// Generates `Encodable` conformance following the OpenAPI `oneOf` specification for composition.
/host/spi-builder-workspace/Sources/MacroCodableKit/Macros/OneOf.swift:66:14: warning: external macro implementation type 'Macro.OneOfEncodableMacro' could not be found for macro 'OneOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
64 | /// ```
65 | @attached(extension, conformances: Encodable, names: named(CodingKeys), named(encode(to:)))
66 | public macro OneOfEncodable() = #externalMacro(module: "Macro", type: "OneOfEncodableMacro")
   |              `- warning: external macro implementation type 'Macro.OneOfEncodableMacro' could not be found for macro 'OneOfEncodable()'; '/host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Macro-tool' produced malformed response
67 |
Build complete! (182.75s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format.git"
    },
    {
      "identity" : "swift-macro-toolkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stackotter/swift-macro-toolkit"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    }
  ],
  "manifest_display_name" : "macro-codable-kit",
  "name" : "macro-codable-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MacroCodableKit",
      "targets" : [
        "MacroCodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macro",
      "targets" : [
        "Macro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MacroCodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroCodableKitTests",
      "path" : "Tests/MacroCodableKitTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "AllOfCodable/AllOfCodableMacroTests.swift",
        "AllOfCodable/AllOfDecodableMacroTests.swift",
        "AllOfCodable/AllOfEncodableMacroTests.swift",
        "AllOfCodable/AllOfMacroDecodingTests.swift",
        "Annotations/AnnotationTests.swift",
        "Annotations/Base64StrategyTests.swift",
        "Annotations/DateValueStrategyTests.swift",
        "Annotations/DefaultValueTests.swift",
        "Annotations/Macro/AnnotationsMixMacroTests.swift",
        "Annotations/Macro/CustomCodingMacroTests.swift",
        "Annotations/Macro/DefaultValueMacroTests.swift",
        "Annotations/Macro/DiagnosticTests.swift",
        "Annotations/Macro/ValueStrategyMacroTests.swift",
        "Annotations/SafeCodingArrayTests.swift",
        "Annotations/SafeCodingDictionaryTests.swift",
        "Codable/CodableMacroTests.swift",
        "Codable/CodableTests.swift",
        "Codable/DecodableMacroTests.swift",
        "Codable/EncodableMacroTests.swift",
        "Helpers/Misc.swift",
        "OneOfCodable/OneOfCodableMacroTests.swift",
        "OneOfCodable/OneOfDecodableMacroTests.swift",
        "OneOfCodable/OneOfEncodableMacroTests.swift",
        "OneOfCodable/OneOfMacroDecodingTests.swift"
      ],
      "target_dependencies" : [
        "Macro",
        "MacroCodableKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroCodableKit",
      "module_type" : "SwiftTarget",
      "name" : "MacroCodableKit",
      "path" : "Sources/MacroCodableKit",
      "product_memberships" : [
        "MacroCodableKit"
      ],
      "sources" : [
        "Macros/AllOf.swift",
        "Macros/Annotations.swift",
        "Macros/Codable.swift",
        "Macros/OneOf.swift",
        "Misc/CustomCoding/CustomCodingDecoding.swift",
        "Misc/CustomCoding/CustomCodingEncoding.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding+Array.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding+Dictionary.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding.swift",
        "Misc/CustomCoding/Types/CustomCodingDecoding+Types.swift",
        "Misc/CustomCoding/Types/CustomCodingEncoding+Types.swift",
        "Misc/CustomDecodingName.swift",
        "Misc/DefaultProviders/BoolFalse.swift",
        "Misc/DefaultProviders/BoolTrue.swift",
        "Misc/DefaultProviders/DoubleZero.swift",
        "Misc/DefaultProviders/EmptyString.swift",
        "Misc/DefaultProviders/IntZero.swift",
        "Misc/DefaultValueStrategy.swift",
        "Misc/OptionalProtocol.swift",
        "Misc/ValueCodableStrategies/Base64Strategy.swift",
        "Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift",
        "Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/RFC2822DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/RFC3339DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/TimestampedDate.swift",
        "Misc/ValueCodableStrategies/Date/YearMonthDayDateFormatterProvider.swift",
        "Misc/ValueCodableStrategy.swift"
      ],
      "target_dependencies" : [
        "Macro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macro",
      "module_type" : "SwiftTarget",
      "name" : "Macro",
      "path" : "Sources/Macro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "MacroToolkit",
        "SwiftFormat"
      ],
      "product_memberships" : [
        "MacroCodableKit",
        "Macro"
      ],
      "sources" : [
        "Helpers/CodeBuilder+Helpers.swift",
        "Helpers/Conformance+Helpers.swift",
        "Helpers/DiagnosticMessage+Helpers.swift",
        "Helpers/MacroToolkit+Helpers.swift",
        "Helpers/MessageID+Helpers.swift",
        "Helpers/String+Helpers.swift",
        "Helpers/Type+Helpers.swift",
        "Macro/AllOfCodable/AllOfCodable.swift",
        "Macro/AllOfCodable/AllOfDecodableMacro.swift",
        "Macro/AllOfCodable/AllOfEncodableMacro.swift",
        "Macro/AllOfCodable/AllOfMacroBase.swift",
        "Macro/Codable/CodableMacro.swift",
        "Macro/Codable/CodableMacroBase.swift",
        "Macro/Codable/DecodableMacro.swift",
        "Macro/Codable/EncodableMacro.swift",
        "Macro/CodingKey/CodingKey.swift",
        "Macro/CodingKey/CodingKeyMacro.swift",
        "Macro/CustomCoding/CustomCoding.swift",
        "Macro/CustomCoding/CustomCodingMacro.swift",
        "Macro/DefaultValue/DefaultValue.swift",
        "Macro/DefaultValue/DefaultValueMacro.swift",
        "Macro/OmitCoding/OmitCoding.swift",
        "Macro/OmitCoding/OmitCodingMacro.swift",
        "Macro/OneOfCodable/OneOfCodable.swift",
        "Macro/OneOfCodable/OneOfDecodable.swift",
        "Macro/OneOfCodable/OneOfEncodable.swift",
        "Macro/OneOfCodable/OneOfMacroBase.Diagnostic.swift",
        "Macro/OneOfCodable/OneOfMacroBase.Expander.swift",
        "Macro/OneOfCodable/OneOfMacroBase.swift",
        "Macro/ValueStrategy/ValueStrategy.swift",
        "Macro/ValueStrategy/ValueStrategyMacro.swift",
        "Misc/ClassDecl.swift",
        "Misc/CodableBuilderFactory.swift",
        "Misc/CodableBuilders/CodableBuildersMisc.swift",
        "Misc/CodableBuilders/CodableBuildingData.swift",
        "Misc/CodableBuilders/CodingKeysBuilder+Enum.swift",
        "Misc/CodableBuilders/CodingKeysBuilder+Instance.swift",
        "Misc/CodableBuilders/CodingKeysBuilder.swift",
        "Misc/CodableBuilders/DecodableBuilder+Instance.swift",
        "Misc/CodableBuilders/DecodableBuilder.swift",
        "Misc/CodableBuilders/EncodableBuilder+Instance.swift",
        "Misc/CodableBuilders/EncodableBuilder.swift",
        "Misc/CodableBuilders/Variable+Diagnostic.swift",
        "Misc/CodableBuilders/Variable+KnownAttributes.swift",
        "Misc/CodeBuilder/CodeBuilder.swift",
        "Misc/CodeBuilder/ExtensionBuilder.swift",
        "Misc/CommonDiagnostic.swift",
        "Misc/Conformance.swift",
        "Misc/ConformanceDiagnosticChecker.swift",
        "Misc/Diagnostic.swift",
        "Misc/Instance.swift",
        "Misc/InstanceExpander.swift",
        "Misc/MacroCurrent.swift",
        "Misc/SwiftFormatter.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.