Build Information
Successful build of KarrotCodableKit, reference 1.7.0 (4aade8), with Swift 6.2 for Linux on 9 Apr 2026 21:09:03 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daangn/KarrotCodableKit.git
Reference: 1.7.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/daangn/KarrotCodableKit
* tag 1.7.0 -> FETCH_HEAD
HEAD is now at 4aade81 Merge pull request #22 from daangn/bug/elon/fix-enums-defined-inside-nested-types-bug
Cloned https://github.com/daangn/KarrotCodableKit.git
Revision (git rev-parse @):
4aade811e572a8a89692e858a752a8ab1fa4d182
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/daangn/KarrotCodableKit.git at 1.7.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/daangn/KarrotCodableKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74932] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.47s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (8.92s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/601.0.1/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.41s)
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/35] Emitting module KarrotCodableKitMacros
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomCodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomDecodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomEncodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicCodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicCodableStrategyMacro.swift:17:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | // MARK: - MemberMacro
16 |
17 | extension PolymorphicCodableStrategyProvidingMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
18 | public static func expansion(
19 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicDecodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicEncodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumCodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumDecodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumEncodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/UnnestedPolymorphicCodableMacro/UnnestedPolymorphicCodableMacro.swift:14:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
12 | import SwiftSyntaxMacros
13 |
14 | public enum UnnestedPolymorphicCodableMacro: MemberMacro, UnnestedPolymorphicMacroType {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | public static let protocolType = PolymorphicExtensionFactory.PolymorphicProtocolType.codable
16 | public static let macroType = UnnestedPolymorphicCodeGenerator.MacroType.codable
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/UnnestedPolymorphicCodableMacro/UnnestedPolymorphicDecodableMacro.swift:14:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
12 | import SwiftSyntaxMacros
13 |
14 | public enum UnnestedPolymorphicDecodableMacro: MemberMacro, UnnestedPolymorphicMacroType {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | public static let protocolType = PolymorphicExtensionFactory.PolymorphicProtocolType.decodable
16 | public static let macroType = UnnestedPolymorphicCodeGenerator.MacroType.decodable
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[6/38] Compiling KarrotCodableKitMacros CodingKeysSyntaxFactory.swift
[7/38] Compiling KarrotCodableKitMacros PolymorphicEnumCodableFactory.swift
[8/38] Compiling KarrotCodableKitMacros PolymorphicExtensionFactory.swift
[9/38] Compiling KarrotCodableKitMacros UnnestedPolymorphicCodeGenerator.swift
[10/38] Compiling KarrotCodableKitMacros BaseUnnestedPolymorphicMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/UnnestedPolymorphicCodableMacro/UnnestedPolymorphicCodableMacro.swift:14:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
12 | import SwiftSyntaxMacros
13 |
14 | public enum UnnestedPolymorphicCodableMacro: MemberMacro, UnnestedPolymorphicMacroType {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | public static let protocolType = PolymorphicExtensionFactory.PolymorphicProtocolType.codable
16 | public static let macroType = UnnestedPolymorphicCodeGenerator.MacroType.codable
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/UnnestedPolymorphicCodableMacro/UnnestedPolymorphicDecodableMacro.swift:14:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
12 | import SwiftSyntaxMacros
13 |
14 | public enum UnnestedPolymorphicDecodableMacro: MemberMacro, UnnestedPolymorphicMacroType {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | public static let protocolType = PolymorphicExtensionFactory.PolymorphicProtocolType.decodable
16 | public static let macroType = UnnestedPolymorphicCodeGenerator.MacroType.decodable
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[11/38] Compiling KarrotCodableKitMacros UnnestedPolymorphicCodableMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/UnnestedPolymorphicCodableMacro/UnnestedPolymorphicCodableMacro.swift:14:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
12 | import SwiftSyntaxMacros
13 |
14 | public enum UnnestedPolymorphicCodableMacro: MemberMacro, UnnestedPolymorphicMacroType {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | public static let protocolType = PolymorphicExtensionFactory.PolymorphicProtocolType.codable
16 | public static let macroType = UnnestedPolymorphicCodeGenerator.MacroType.codable
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/UnnestedPolymorphicCodableMacro/UnnestedPolymorphicDecodableMacro.swift:14:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
12 | import SwiftSyntaxMacros
13 |
14 | public enum UnnestedPolymorphicDecodableMacro: MemberMacro, UnnestedPolymorphicMacroType {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | public static let protocolType = PolymorphicExtensionFactory.PolymorphicProtocolType.decodable
16 | public static let macroType = UnnestedPolymorphicCodeGenerator.MacroType.decodable
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[12/38] Compiling KarrotCodableKitMacros UnnestedPolymorphicDecodableMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/UnnestedPolymorphicCodableMacro/UnnestedPolymorphicCodableMacro.swift:14:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
12 | import SwiftSyntaxMacros
13 |
14 | public enum UnnestedPolymorphicCodableMacro: MemberMacro, UnnestedPolymorphicMacroType {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | public static let protocolType = PolymorphicExtensionFactory.PolymorphicProtocolType.codable
16 | public static let macroType = UnnestedPolymorphicCodeGenerator.MacroType.codable
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/UnnestedPolymorphicCodableMacro/UnnestedPolymorphicDecodableMacro.swift:14:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
12 | import SwiftSyntaxMacros
13 |
14 | public enum UnnestedPolymorphicDecodableMacro: MemberMacro, UnnestedPolymorphicMacroType {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | public static let protocolType = PolymorphicExtensionFactory.PolymorphicProtocolType.decodable
16 | public static let macroType = UnnestedPolymorphicCodeGenerator.MacroType.decodable
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[13/38] Compiling KarrotCodableKitMacros CodableKeyMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomCodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomDecodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomEncodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[14/38] Compiling KarrotCodableKitMacros CustomCodableMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomCodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomDecodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomEncodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[15/38] Compiling KarrotCodableKitMacros CustomDecodableMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomCodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomDecodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomEncodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[16/38] Compiling KarrotCodableKitMacros CustomEncodableMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomCodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomDecodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/CustomCodableMacros/CustomEncodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum CustomEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[17/38] Compiling KarrotCodableKitMacros PropertyDiagnosticHelper.swift
[18/38] Compiling KarrotCodableKitMacros SyntaxHelper.swift
[19/38] Compiling KarrotCodableKitMacros UnnestedPolymorphicValidation.swift
[20/38] Compiling KarrotCodableKitMacros UnnestedPolymorphicMethodGenerator.swift
[21/38] Compiling KarrotCodableKitMacros UnnestedPolymorphicStructGenerator.swift
[22/38] Compiling KarrotCodableKitMacros PolymorphicMacroArgumentValidator.swift
[23/38] Compiling KarrotCodableKitMacros PropertyAnalyzer.swift
[24/38] Compiling KarrotCodableKitMacros PolymorphicCodableStrategyMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicCodableStrategyMacro.swift:17:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | // MARK: - MemberMacro
16 |
17 | extension PolymorphicCodableStrategyProvidingMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
18 | public static func expansion(
19 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicDecodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicEncodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumCodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumCodableMacro.swift:70:39: warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
68 | try PolymorphicEnumCodableFactory.validateIdentifierCodingKey(in: node)
69 | let caseInfos = try PolymorphicEnumCodableFactory.extractCaseInfos(from: enumDecl)
70 | try PolymorphicEnumCodableFactory.validateFallbackCaseName(in: node, caseInfos: caseInfos)
| `- warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
71 |
72 | return try [ExtensionDeclSyntax("extension \(type.trimmed): Codable {}")]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[25/38] Compiling KarrotCodableKitMacros PolymorphicDecodableMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicCodableStrategyMacro.swift:17:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | // MARK: - MemberMacro
16 |
17 | extension PolymorphicCodableStrategyProvidingMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
18 | public static func expansion(
19 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicDecodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicEncodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumCodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumCodableMacro.swift:70:39: warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
68 | try PolymorphicEnumCodableFactory.validateIdentifierCodingKey(in: node)
69 | let caseInfos = try PolymorphicEnumCodableFactory.extractCaseInfos(from: enumDecl)
70 | try PolymorphicEnumCodableFactory.validateFallbackCaseName(in: node, caseInfos: caseInfos)
| `- warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
71 |
72 | return try [ExtensionDeclSyntax("extension \(type.trimmed): Codable {}")]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[26/38] Compiling KarrotCodableKitMacros PolymorphicEncodableMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicCodableStrategyMacro.swift:17:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | // MARK: - MemberMacro
16 |
17 | extension PolymorphicCodableStrategyProvidingMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
18 | public static func expansion(
19 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicDecodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicEncodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumCodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumCodableMacro.swift:70:39: warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
68 | try PolymorphicEnumCodableFactory.validateIdentifierCodingKey(in: node)
69 | let caseInfos = try PolymorphicEnumCodableFactory.extractCaseInfos(from: enumDecl)
70 | try PolymorphicEnumCodableFactory.validateFallbackCaseName(in: node, caseInfos: caseInfos)
| `- warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
71 |
72 | return try [ExtensionDeclSyntax("extension \(type.trimmed): Codable {}")]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[27/38] Compiling KarrotCodableKitMacros PolymorphicEnumCodableMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicCodableStrategyMacro.swift:17:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
15 | // MARK: - MemberMacro
16 |
17 | extension PolymorphicCodableStrategyProvidingMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
18 | public static func expansion(
19 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicDecodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicEncodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumCodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumCodableMacro.swift:70:39: warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
68 | try PolymorphicEnumCodableFactory.validateIdentifierCodingKey(in: node)
69 | let caseInfos = try PolymorphicEnumCodableFactory.extractCaseInfos(from: enumDecl)
70 | try PolymorphicEnumCodableFactory.validateFallbackCaseName(in: node, caseInfos: caseInfos)
| `- warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
71 |
72 | return try [ExtensionDeclSyntax("extension \(type.trimmed): Codable {}")]
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/38] Compiling KarrotCodableKitMacros String+SnakeCase.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicCodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[29/38] Compiling KarrotCodableKitMacros String+Trimming.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicCodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[30/38] Compiling KarrotCodableKitMacros KarrotCodableKitPlugin.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicCodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[31/38] Compiling KarrotCodableKitMacros PolymorphicCodableMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicCodableMacros/PolymorphicCodableMacro.swift:13:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public enum PolymorphicCodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[32/38] Compiling KarrotCodableKitMacros PolymorphicEnumDecodableMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumDecodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumDecodableMacro.swift:64:39: warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
62 | try PolymorphicEnumCodableFactory.validateIdentifierCodingKey(in: node)
63 | let caseInfos = try PolymorphicEnumCodableFactory.extractCaseInfos(from: enumDecl)
64 | try PolymorphicEnumCodableFactory.validateFallbackCaseName(in: node, caseInfos: caseInfos)
| `- warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
65 |
66 | return try [ExtensionDeclSyntax("extension \(type.trimmed): Decodable {}")]
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumEncodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[33/38] Compiling KarrotCodableKitMacros PolymorphicEnumEncodableMacro.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumDecodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumDecodableMacro.swift:64:39: warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
62 | try PolymorphicEnumCodableFactory.validateIdentifierCodingKey(in: node)
63 | let caseInfos = try PolymorphicEnumCodableFactory.extractCaseInfos(from: enumDecl)
64 | try PolymorphicEnumCodableFactory.validateFallbackCaseName(in: node, caseInfos: caseInfos)
| `- warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
65 |
66 | return try [ExtensionDeclSyntax("extension \(type.trimmed): Decodable {}")]
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumEncodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[34/38] Compiling KarrotCodableKitMacros AccessLevelModifier.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumDecodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumDecodableMacro.swift:64:39: warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
62 | try PolymorphicEnumCodableFactory.validateIdentifierCodingKey(in: node)
63 | let caseInfos = try PolymorphicEnumCodableFactory.extractCaseInfos(from: enumDecl)
64 | try PolymorphicEnumCodableFactory.validateFallbackCaseName(in: node, caseInfos: caseInfos)
| `- warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
65 |
66 | return try [ExtensionDeclSyntax("extension \(type.trimmed): Decodable {}")]
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumEncodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[35/38] Compiling KarrotCodableKitMacros Diagnostics.swift
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumDecodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumDecodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumDecodableMacro.swift:64:39: warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
62 | try PolymorphicEnumCodableFactory.validateIdentifierCodingKey(in: node)
63 | let caseInfos = try PolymorphicEnumCodableFactory.extractCaseInfos(from: enumDecl)
64 | try PolymorphicEnumCodableFactory.validateFallbackCaseName(in: node, caseInfos: caseInfos)
| `- warning: result of call to 'validateFallbackCaseName(in:caseInfos:)' is unused [#no-usage]
65 |
66 | return try [ExtensionDeclSyntax("extension \(type.trimmed): Decodable {}")]
/host/spi-builder-workspace/Sources/KarrotCodableKitMacros/PolymorphicEnumCodableMacros/PolymorphicEnumEncodableMacro.swift:13:15: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
11 | import SwiftSyntaxMacros
12 |
13 | public struct PolymorphicEnumEncodableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter [#DeprecatedDeclaration]
14 | public static func expansion(
15 | of node: AttributeSyntax,
SwiftSyntaxMacros.MemberMacro.expansion:3:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | @available(*, deprecated, message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter")
3 | public static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
4 |
SwiftSyntaxMacros.MemberMacro.expansion:2:13: note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
1 | protocol MemberMacro {
2 | static func expansion(of node: SwiftSyntax.AttributeSyntax, providingMembersOf declaration: some SwiftSyntax.DeclGroupSyntax, conformingTo protocols: [SwiftSyntax.TypeSyntax], in context: some SwiftSyntaxMacros.MacroExpansionContext) throws -> [SwiftSyntax.DeclSyntax]}
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
3 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[36/39] Wrapping AST for KarrotCodableKitMacros for debugging
[37/39] Write Objects.LinkFileList
[38/39] Linking KarrotCodableKitMacros-tool
[40/165] Compiling KarrotCodableKit RFC3339NanoStrategy.swift
[41/165] Compiling KarrotCodableKit RFC3339Strategy.swift
[42/165] Compiling KarrotCodableKit TimestampStrategy.swift
[43/165] Compiling KarrotCodableKit DefaultCodable.swift
[44/165] Compiling KarrotCodableKit DefaultEmptyArray.swift
[45/165] Compiling KarrotCodableKit DefaultEmptyDictionary.swift
[46/165] Compiling KarrotCodableKit DefaultEmptyString.swift
[47/165] Compiling KarrotCodableKit DefaultFalse.swift
[48/165] Compiling KarrotCodableKit DefaultTrue.swift
[49/173] Compiling KarrotCodableKit LossyArray.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[50/173] Compiling KarrotCodableKit LossyDictionary.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[51/173] Compiling KarrotCodableKit LossyOptional.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[52/173] Compiling KarrotCodableKit ResilientProjectedValue.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[53/173] Compiling KarrotCodableKit CodingKeyStyle.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[54/173] Compiling KarrotCodableKit CodableKey.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[55/173] Compiling KarrotCodableKit CustomCodable.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[56/173] Compiling KarrotCodableKit CustomDecodable.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[57/173] Compiling KarrotCodableKit CustomEncodable.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[58/181] Compiling KarrotCodableKit UnnestedPolymorphicCodable.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[59/181] Compiling KarrotCodableKit UnnestedPolymorphicDecodable.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[60/181] Compiling KarrotCodableKit LossyOptionalPolymorphicValue.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[61/181] Compiling KarrotCodableKit OptionalPolymorphicArrayValue.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[62/181] Compiling KarrotCodableKit OptionalPolymorphicLossyArrayValue.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[63/181] Compiling KarrotCodableKit OptionalPolymorphicValue.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[64/181] Compiling KarrotCodableKit PolymorphicArrayValue.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[65/181] Compiling KarrotCodableKit PolymorphicCodableStrategy.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[66/181] Compiling KarrotCodableKit KeyedDecodingContainer+OptionalPolymorphicValue.swift
[67/181] Compiling KarrotCodableKit KeyedDecodingContainer+PolymorphicLossyArrayValue.swift
[68/181] Compiling KarrotCodableKit PolymorphicCodable.swift
[69/181] Compiling KarrotCodableKit PolymorphicCodableStrategyProviding.swift
[70/181] Compiling KarrotCodableKit PolymorphicDecodable.swift
[71/181] Compiling KarrotCodableKit PolymorphicEncodable.swift
[72/181] Compiling KarrotCodableKit PolymorphicEnumCodable.swift
[73/181] Compiling KarrotCodableKit PolymorphicEnumDecodable.swift
[74/181] Compiling KarrotCodableKit PolymorphicEnumEncodable.swift
[75/181] Compiling KarrotCodableKit Encodable+ToDictionary.swift
[76/181] Compiling KarrotCodableKit DefaultEmptyPolymorphicArrayValue.swift
[77/181] Compiling KarrotCodableKit PolymorphicCodableError.swift
[78/181] Compiling KarrotCodableKit Decoder+Polymorphic.swift
[79/181] Compiling KarrotCodableKit Encoder+Polymorphic.swift
[80/181] Compiling KarrotCodableKit KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift
[81/181] Compiling KarrotCodableKit KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift
[82/181] Compiling KarrotCodableKit KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift
[83/181] Compiling KarrotCodableKit KeyedDecodingContainer+OptionalPolymorphicLossyArrayValue.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[110/181] Compiling KarrotCodableKit DefaultZeroDouble.swift
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
[111/181] Compiling KarrotCodableKit DefaultZeroFloat.swift
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
[112/181] Compiling KarrotCodableKit DefaultZeroInt.swift
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
[113/181] Compiling KarrotCodableKit KeyedDecodingContainer+DefaultCodable.swift
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
[114/181] Compiling KarrotCodableKit Result+Extension.swift
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
[115/181] Compiling KarrotCodableKit LosslessArray.swift
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
[116/181] Compiling KarrotCodableKit LosslessBoolValue.swift
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
[117/181] Compiling KarrotCodableKit LosslessValue.swift
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
[118/181] Compiling KarrotCodableKit OptionalLosslessValue.swift
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
[137/181] Compiling KarrotCodableKit PolymorphicIdentifiable.swift
[138/181] Compiling KarrotCodableKit PolymorphicLossyArrayValue.swift
[139/181] Compiling KarrotCodableKit PolymorphicProjectedValue.swift
[140/181] Compiling KarrotCodableKit PolymorphicValue.swift
[141/181] Compiling KarrotCodableKit ArrayDecodingError.swift
[142/181] Compiling KarrotCodableKit DictionaryDecodingError.swift
[143/181] Compiling KarrotCodableKit ErrorReporting.swift
[144/181] Compiling KarrotCodableKit ResilientDecodingOutcome.swift
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
[162/181] Emitting module KarrotCodableKit
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[163/181] Compiling KarrotCodableKit AnyCodable.swift
[164/181] Compiling KarrotCodableKit AnyDecodable.swift
[165/181] Compiling KarrotCodableKit AnyEncodable.swift
[166/181] Compiling KarrotCodableKit Base64Strategy.swift
[167/181] Compiling KarrotCodableKit DataValue.swift
[168/181] Compiling KarrotCodableKit DateValue.swift
[169/181] Compiling KarrotCodableKit OptionalDateValue.swift
[170/181] Compiling KarrotCodableKit ISO8601Strategy.swift
[171/181] Compiling KarrotCodableKit ISO8601WithFractionalSecondsStrategy.swift
[182/182] Emitting module KarrotCodableKit
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/LosslessValue.swift:30:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
28 | @propertyWrapper
29 | public struct LosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
30 | private let type: LosslessStringCodable.Type
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'LosslessValueCodable' has non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
31 |
32 | public var wrappedValue: Strategy.Value
/host/spi-builder-workspace/Sources/KarrotCodableKit/BetterCodable/LosslessValue/OptionalLosslessValue.swift:19:15: warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
17 | public struct OptionalLosslessValueCodable<Strategy: LosslessDecodingStrategy>: Codable {
18 |
19 | private let type: LosslessStringCodable.Type?
| `- warning: stored property 'type' of 'Sendable'-conforming generic struct 'OptionalLosslessValueCodable' contains non-Sendable type 'any LosslessStringCodable.Type' (aka 'any (Decodable & Encodable & LosslessStringConvertible).Type')
20 |
21 | public var wrappedValue: Strategy.Value?
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Build complete! (33.21s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "KarrotCodableKit",
"name" : "KarrotCodableKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "KarrotCodableKit",
"targets" : [
"KarrotCodableKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KarrotCodableKitMacros",
"targets" : [
"KarrotCodableKitMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "KarrotCodableMacrosTests",
"module_type" : "SwiftTarget",
"name" : "KarrotCodableMacrosTests",
"path" : "Tests/KarrotCodableMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"CustomCodableMacros/CustomCodableMacroTests.swift",
"CustomCodableMacros/CustomDecodableMacroTests.swift",
"CustomCodableMacros/CustomEncodableMacroTests.swift",
"Extenstions/StringSnakeCaseTests.swift",
"Extenstions/TrimmingBackticksTests.swift",
"PolymorphicCodableMacrosTests/PolymorphicCodableMacroTests.swift",
"PolymorphicCodableMacrosTests/PolymorphicCodableStrategyProvidingMacroTests.swift",
"PolymorphicCodableMacrosTests/PolymorphicDeodableMacroTests.swift",
"PolymorphicCodableMacrosTests/PolymorphicEncodableMacroTests.swift",
"PolymorphicEnumCodableMacroTests/PolymorphicEnumCodableMacroTests.swift",
"PolymorphicEnumCodableMacroTests/PolymorphicEnumDecodableMacroTests.swift",
"PolymorphicEnumCodableMacroTests/PolymorphicEnumEncodableMacroTests.swift",
"UnnestedPolymorphicCodableMacroTests/UnnestedPolymorphicCodableMacroTests.swift",
"UnnestedPolymorphicCodableMacroTests/UnnestedPolymorphicDecodableMacroTests.swift"
],
"target_dependencies" : [
"KarrotCodableKitMacros"
],
"type" : "test"
},
{
"c99name" : "KarrotCodableKitTests",
"module_type" : "SwiftTarget",
"name" : "KarrotCodableKitTests",
"path" : "Tests/KarrotCodableKitTests",
"sources" : [
"AnyCodable/AnyCodableTests.swift",
"AnyCodable/AnyDecodableTests.swift",
"AnyCodable/AnyEncodableTests.swift",
"BetterCodable/DataValue/DataValueResilientTests.swift",
"BetterCodable/DataValue/DataValueTests.swift",
"BetterCodable/DateValue/DateValueResilientTests.swift",
"BetterCodable/DateValue/DateValueTests.swift",
"BetterCodable/DateValue/OptionalDateValueResilientTests.swift",
"BetterCodable/DateValue/OptionalDateValueTests.swift",
"BetterCodable/Defaults/DefaulEmptyDictionaryTests.swift",
"BetterCodable/Defaults/DefaultCodableResilientTests.swift",
"BetterCodable/Defaults/DefaultCodableTests.swift",
"BetterCodable/Defaults/DefaultEmptyArrayTests.swift",
"BetterCodable/Defaults/DefaultEmptyStringTests.swift",
"BetterCodable/Defaults/DefaultFalseTests.swift",
"BetterCodable/Defaults/DefaultTrueTests.swift",
"BetterCodable/Defaults/DefaultZeroDoubleTests.swift",
"BetterCodable/Defaults/DefaultZeroFloatTests.swift",
"BetterCodable/Defaults/DefaultZeroIntTests.swift",
"BetterCodable/LosslessValue/LosslessArrayResilientTests.swift",
"BetterCodable/LosslessValue/LosslessArrayTests.swift",
"BetterCodable/LosslessValue/LosslessCustomValueTests.swift",
"BetterCodable/LosslessValue/LosslessValueResilientTests.swift",
"BetterCodable/LosslessValue/LosslessValueTests.swift",
"BetterCodable/LosslessValue/OptionalLosslessValueResilientTests.swift",
"BetterCodable/LosslessValue/OptionalLosslessValueTests.swift",
"BetterCodable/LossyValue/LossyArrayResilientTests.swift",
"BetterCodable/LossyValue/LossyArrayTests.swift",
"BetterCodable/LossyValue/LossyDictionaryResilientTests.swift",
"BetterCodable/LossyValue/LossyDictionaryTests.swift",
"BetterCodable/LossyValue/LossyOptionalTests.swift",
"BetterCodable/RawRepresentableTests.swift",
"Encodable+ToDictionaryTests.swift",
"PolymorphicCodable/ArrayValue/DefaultEmptyPolymorphicArrayValueResilientTests.swift",
"PolymorphicCodable/ArrayValue/DefaultEmptyPolymorphicArrayValueTests.swift",
"PolymorphicCodable/ArrayValue/PolymorphicArrayValueResilientTests.swift",
"PolymorphicCodable/ArrayValue/PolymorphicLossyArrayValueResilientTests.swift",
"PolymorphicCodable/ArrayValue/PolymorphicLossyArrayValueTests.swift",
"PolymorphicCodable/Enum/PolymorphicEnumCodableTests.swift",
"PolymorphicCodable/Enum/PolymorphicEnumDecodableTests.swift",
"PolymorphicCodable/OptionalPolymorphicArrayValueResilientTests.swift",
"PolymorphicCodable/OptionalPolymorphicArrayValueTests.swift",
"PolymorphicCodable/OptionalPolymorphicLossyArrayValueTests.swift",
"PolymorphicCodable/OptionalValue/LossyOptionalPolymorphicValueResilientTests.swift",
"PolymorphicCodable/OptionalValue/LossyOptionalPolymorphicValueTests.swift",
"PolymorphicCodable/OptionalValue/OptionalPolymorphicValueResilientTests.swift",
"PolymorphicCodable/OptionalValue/OptionalPolymorphicValueTests.swift",
"PolymorphicCodable/TestDoubles/PolymorphicValueCodableDummy.swift",
"PolymorphicCodable/TestDoubles/PolymorphicValueDecodableDummy.swift",
"PolymorphicCodable/TestDoubles/UnnestedPolymorphicCodableDummy.swift",
"PolymorphicCodable/TestDoubles/UnnestedPolymorphicCodableStrategy.swift",
"PolymorphicCodable/TestDoubles/UnnestedPolymorphicDecodableDummy.swift",
"PolymorphicCodable/UnnestedPolymorphicTests/UnnestedPolymorphicCodableTests.swift",
"PolymorphicCodable/UnnestedPolymorphicTests/UnnestedPolymorphicDecodableTests.swift",
"PolymorphicCodable/Value/PolymorphicValueResilientTests.swift",
"PolymorphicCodable/Value/PolymorphicValueTests.swift"
],
"target_dependencies" : [
"KarrotCodableKit"
],
"type" : "test"
},
{
"c99name" : "KarrotCodableKitMacros",
"module_type" : "SwiftTarget",
"name" : "KarrotCodableKitMacros",
"path" : "Sources/KarrotCodableKitMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"KarrotCodableKit",
"KarrotCodableKitMacros"
],
"sources" : [
"CustomCodableMacros/CodableKeyMacro.swift",
"CustomCodableMacros/CustomCodableMacro.swift",
"CustomCodableMacros/CustomDecodableMacro.swift",
"CustomCodableMacros/CustomEncodableMacro.swift",
"Extensions/String+SnakeCase.swift",
"Extensions/String+Trimming.swift",
"KarrotCodableKitPlugin.swift",
"PolymorphicCodableMacros/PolymorphicCodableMacro.swift",
"PolymorphicCodableMacros/PolymorphicCodableStrategyMacro.swift",
"PolymorphicCodableMacros/PolymorphicDecodableMacro.swift",
"PolymorphicCodableMacros/PolymorphicEncodableMacro.swift",
"PolymorphicEnumCodableMacros/PolymorphicEnumCodableMacro.swift",
"PolymorphicEnumCodableMacros/PolymorphicEnumDecodableMacro.swift",
"PolymorphicEnumCodableMacros/PolymorphicEnumEncodableMacro.swift",
"Supports/AccessLevelModifier.swift",
"Supports/Diagnostics.swift",
"Supports/Factory/CodingKeysSyntaxFactory.swift",
"Supports/Factory/PolymorphicEnumCodableFactory.swift",
"Supports/Factory/PolymorphicExtensionFactory.swift",
"Supports/Factory/UnnestedPolymorphicCodeGenerator.swift",
"Supports/Factory/UnnestedPolymorphicMethodGenerator.swift",
"Supports/Factory/UnnestedPolymorphicStructGenerator.swift",
"Supports/PolymorphicMacroArgumentValidator.swift",
"Supports/PropertyAnalyzer.swift",
"Supports/PropertyDiagnosticHelper.swift",
"Supports/SyntaxHelper.swift",
"Supports/UnnestedPolymorphicValidation.swift",
"UnnestedPolymorphicCodableMacro/BaseUnnestedPolymorphicMacro.swift",
"UnnestedPolymorphicCodableMacro/UnnestedPolymorphicCodableMacro.swift",
"UnnestedPolymorphicCodableMacro/UnnestedPolymorphicDecodableMacro.swift"
],
"type" : "macro"
},
{
"c99name" : "KarrotCodableKit",
"module_type" : "SwiftTarget",
"name" : "KarrotCodableKit",
"path" : "Sources/KarrotCodableKit",
"product_memberships" : [
"KarrotCodableKit"
],
"sources" : [
"AnyCodable/AnyCodable.swift",
"AnyCodable/AnyDecodable.swift",
"AnyCodable/AnyEncodable.swift",
"BetterCodable/DataValue/Base64Strategy.swift",
"BetterCodable/DataValue/DataValue.swift",
"BetterCodable/DateValue/DateValue.swift",
"BetterCodable/DateValue/OptionalDateValue.swift",
"BetterCodable/DateValue/Strategy/ISO8601Strategy.swift",
"BetterCodable/DateValue/Strategy/ISO8601WithFractionalSecondsStrategy.swift",
"BetterCodable/DateValue/Strategy/RFC3339NanoStrategy.swift",
"BetterCodable/DateValue/Strategy/RFC3339Strategy.swift",
"BetterCodable/DateValue/Strategy/TimestampStrategy.swift",
"BetterCodable/Defaults/DefaultCodable.swift",
"BetterCodable/Defaults/DefaultEmptyArray.swift",
"BetterCodable/Defaults/DefaultEmptyDictionary.swift",
"BetterCodable/Defaults/DefaultEmptyString.swift",
"BetterCodable/Defaults/DefaultFalse.swift",
"BetterCodable/Defaults/DefaultTrue.swift",
"BetterCodable/Defaults/DefaultZeroDouble.swift",
"BetterCodable/Defaults/DefaultZeroFloat.swift",
"BetterCodable/Defaults/DefaultZeroInt.swift",
"BetterCodable/Defaults/Extenstions/KeyedDecodingContainer+DefaultCodable.swift",
"BetterCodable/Extensions/Result+Extension.swift",
"BetterCodable/LosslessValue/LosslessArray.swift",
"BetterCodable/LosslessValue/LosslessBoolValue.swift",
"BetterCodable/LosslessValue/LosslessValue.swift",
"BetterCodable/LosslessValue/OptionalLosslessValue.swift",
"BetterCodable/LossyValue/LossyArray.swift",
"BetterCodable/LossyValue/LossyDictionary.swift",
"BetterCodable/LossyValue/LossyOptional.swift",
"BetterCodable/ResilientProjectedValue.swift",
"CustomCodable/CodingKeyStyle.swift",
"CustomCodable/Interface/CodableKey.swift",
"CustomCodable/Interface/CustomCodable.swift",
"CustomCodable/Interface/CustomDecodable.swift",
"CustomCodable/Interface/CustomEncodable.swift",
"Encodable+ToDictionary.swift",
"PolymorphicCodable/DefaultEmptyPolymorphicArrayValue.swift",
"PolymorphicCodable/Error/PolymorphicCodableError.swift",
"PolymorphicCodable/Extensions/Decoder+Polymorphic.swift",
"PolymorphicCodable/Extensions/Encoder+Polymorphic.swift",
"PolymorphicCodable/Extensions/KeyedDecodingContainer+DefaultEmptyPolymorphicArrayValue.swift",
"PolymorphicCodable/Extensions/KeyedDecodingContainer+LossyOptionalPolymorphicValue.swift",
"PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicArrayValue.swift",
"PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicLossyArrayValue.swift",
"PolymorphicCodable/Extensions/KeyedDecodingContainer+OptionalPolymorphicValue.swift",
"PolymorphicCodable/Extensions/KeyedDecodingContainer+PolymorphicLossyArrayValue.swift",
"PolymorphicCodable/Interface/PolymorphicCodable.swift",
"PolymorphicCodable/Interface/PolymorphicCodableStrategyProviding.swift",
"PolymorphicCodable/Interface/PolymorphicDecodable.swift",
"PolymorphicCodable/Interface/PolymorphicEncodable.swift",
"PolymorphicCodable/Interface/PolymorphicEnumCodable.swift",
"PolymorphicCodable/Interface/PolymorphicEnumDecodable.swift",
"PolymorphicCodable/Interface/PolymorphicEnumEncodable.swift",
"PolymorphicCodable/Interface/UnnestedPolymorphicCodable.swift",
"PolymorphicCodable/Interface/UnnestedPolymorphicDecodable.swift",
"PolymorphicCodable/LossyOptionalPolymorphicValue.swift",
"PolymorphicCodable/OptionalPolymorphicArrayValue.swift",
"PolymorphicCodable/OptionalPolymorphicLossyArrayValue.swift",
"PolymorphicCodable/OptionalPolymorphicValue.swift",
"PolymorphicCodable/PolymorphicArrayValue.swift",
"PolymorphicCodable/PolymorphicCodableStrategy.swift",
"PolymorphicCodable/PolymorphicIdentifiable.swift",
"PolymorphicCodable/PolymorphicLossyArrayValue.swift",
"PolymorphicCodable/PolymorphicProjectedValue.swift",
"PolymorphicCodable/PolymorphicValue.swift",
"Resilient/ArrayDecodingError.swift",
"Resilient/DictionaryDecodingError.swift",
"Resilient/ErrorReporting.swift",
"Resilient/ResilientDecodingOutcome.swift"
],
"target_dependencies" : [
"KarrotCodableKitMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.