The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build macro-codable-kit, reference 0.3.1 (4491fc), with Swift 6.1 for tvOS using Xcode 16.3 on 30 Apr 2025 03:46:09 UTC.

Build Command

No build command. This typically means the build failed at an early stage where we determine the build command.

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikhailmaslo/macro-codable-kit.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikhailmaslo/macro-codable-kit
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at 4491fcd Replace decodeIfPresent with decode for singleValue (#10)
Cloned https://github.com/mikhailmaslo/macro-codable-kit.git
Revision (git rev-parse @):
4491fcda995fc0036d033cd1fd791bc1d35acf9e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mikhailmaslo/macro-codable-kit.git at 0.3.1
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mikhailmaslo/macro-codable-kit.git
https://github.com/mikhailmaslo/macro-codable-kit.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format.git"
    },
    {
      "identity" : "swift-macro-toolkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stackotter/swift-macro-toolkit"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    }
  ],
  "manifest_display_name" : "macro-codable-kit",
  "name" : "macro-codable-kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MacroCodableKit",
      "targets" : [
        "MacroCodableKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Macro",
      "targets" : [
        "Macro"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MacroCodableKitTests",
      "module_type" : "SwiftTarget",
      "name" : "MacroCodableKitTests",
      "path" : "Tests/MacroCodableKitTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "AllOfCodable/AllOfCodableMacroTests.swift",
        "AllOfCodable/AllOfDecodableMacroTests.swift",
        "AllOfCodable/AllOfEncodableMacroTests.swift",
        "AllOfCodable/AllOfMacroDecodingTests.swift",
        "Annotations/AnnotationTests.swift",
        "Annotations/Base64StrategyTests.swift",
        "Annotations/DateValueStrategyTests.swift",
        "Annotations/DefaultValueTests.swift",
        "Annotations/Macro/AnnotationsMixMacroTests.swift",
        "Annotations/Macro/CustomCodingMacroTests.swift",
        "Annotations/Macro/DefaultValueMacroTests.swift",
        "Annotations/Macro/DiagnosticTests.swift",
        "Annotations/Macro/ValueStrategyMacroTests.swift",
        "Annotations/SafeCodingArrayTests.swift",
        "Annotations/SafeCodingDictionaryTests.swift",
        "Codable/CodableMacroTests.swift",
        "Codable/CodableTests.swift",
        "Codable/DecodableMacroTests.swift",
        "Codable/EncodableMacroTests.swift",
        "Helpers/Misc.swift",
        "OneOfCodable/OneOfCodableMacroTests.swift",
        "OneOfCodable/OneOfDecodableMacroTests.swift",
        "OneOfCodable/OneOfEncodableMacroTests.swift",
        "OneOfCodable/OneOfMacroDecodingTests.swift"
      ],
      "target_dependencies" : [
        "Macro",
        "MacroCodableKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MacroCodableKit",
      "module_type" : "SwiftTarget",
      "name" : "MacroCodableKit",
      "path" : "Sources/MacroCodableKit",
      "product_memberships" : [
        "MacroCodableKit"
      ],
      "sources" : [
        "Macros/AllOf.swift",
        "Macros/Annotations.swift",
        "Macros/Codable.swift",
        "Macros/OneOf.swift",
        "Misc/CustomCoding/CustomCodingDecoding.swift",
        "Misc/CustomCoding/CustomCodingEncoding.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding+Array.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding+Dictionary.swift",
        "Misc/CustomCoding/Predefined/SafeDecoding/SafeDecoding.swift",
        "Misc/CustomCoding/Types/CustomCodingDecoding+Types.swift",
        "Misc/CustomCoding/Types/CustomCodingEncoding+Types.swift",
        "Misc/CustomDecodingName.swift",
        "Misc/DefaultProviders/BoolFalse.swift",
        "Misc/DefaultProviders/BoolTrue.swift",
        "Misc/DefaultProviders/DoubleZero.swift",
        "Misc/DefaultProviders/EmptyString.swift",
        "Misc/DefaultProviders/IntZero.swift",
        "Misc/DefaultValueStrategy.swift",
        "Misc/OptionalProtocol.swift",
        "Misc/ValueCodableStrategies/Base64Strategy.swift",
        "Misc/ValueCodableStrategies/Date/DateFormatterStrategy.swift",
        "Misc/ValueCodableStrategies/Date/ISO8601DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/RFC2822DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/RFC3339DateFormatterProvider.swift",
        "Misc/ValueCodableStrategies/Date/TimestampedDate.swift",
        "Misc/ValueCodableStrategies/Date/YearMonthDayDateFormatterProvider.swift",
        "Misc/ValueCodableStrategy.swift"
      ],
      "target_dependencies" : [
        "Macro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Macro",
      "module_type" : "SwiftTarget",
      "name" : "Macro",
      "path" : "Sources/Macro",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "MacroToolkit",
        "SwiftFormat"
      ],
      "product_memberships" : [
        "MacroCodableKit",
        "Macro"
      ],
      "sources" : [
        "Helpers/CodeBuilder+Helpers.swift",
        "Helpers/Conformance+Helpers.swift",
        "Helpers/DiagnosticMessage+Helpers.swift",
        "Helpers/MacroToolkit+Helpers.swift",
        "Helpers/MessageID+Helpers.swift",
        "Helpers/String+Helpers.swift",
        "Helpers/Type+Helpers.swift",
        "Macro/AllOfCodable/AllOfCodable.swift",
        "Macro/AllOfCodable/AllOfDecodableMacro.swift",
        "Macro/AllOfCodable/AllOfEncodableMacro.swift",
        "Macro/AllOfCodable/AllOfMacroBase.swift",
        "Macro/Codable/CodableMacro.swift",
        "Macro/Codable/CodableMacroBase.swift",
        "Macro/Codable/DecodableMacro.swift",
        "Macro/Codable/EncodableMacro.swift",
        "Macro/CodingKey/CodingKey.swift",
        "Macro/CodingKey/CodingKeyMacro.swift",
        "Macro/CustomCoding/CustomCoding.swift",
        "Macro/CustomCoding/CustomCodingMacro.swift",
        "Macro/DefaultValue/DefaultValue.swift",
        "Macro/DefaultValue/DefaultValueMacro.swift",
        "Macro/OmitCoding/OmitCoding.swift",
        "Macro/OmitCoding/OmitCodingMacro.swift",
        "Macro/OneOfCodable/OneOfCodable.swift",
        "Macro/OneOfCodable/OneOfDecodable.swift",
        "Macro/OneOfCodable/OneOfEncodable.swift",
        "Macro/OneOfCodable/OneOfMacroBase.Diagnostic.swift",
        "Macro/OneOfCodable/OneOfMacroBase.Expander.swift",
        "Macro/OneOfCodable/OneOfMacroBase.swift",
        "Macro/ValueStrategy/ValueStrategy.swift",
        "Macro/ValueStrategy/ValueStrategyMacro.swift",
        "Misc/ClassDecl.swift",
        "Misc/CodableBuilderFactory.swift",
        "Misc/CodableBuilders/CodableBuildersMisc.swift",
        "Misc/CodableBuilders/CodableBuildingData.swift",
        "Misc/CodableBuilders/CodingKeysBuilder+Enum.swift",
        "Misc/CodableBuilders/CodingKeysBuilder+Instance.swift",
        "Misc/CodableBuilders/CodingKeysBuilder.swift",
        "Misc/CodableBuilders/DecodableBuilder+Instance.swift",
        "Misc/CodableBuilders/DecodableBuilder.swift",
        "Misc/CodableBuilders/EncodableBuilder+Instance.swift",
        "Misc/CodableBuilders/EncodableBuilder.swift",
        "Misc/CodableBuilders/Variable+Diagnostic.swift",
        "Misc/CodableBuilders/Variable+KnownAttributes.swift",
        "Misc/CodeBuilder/CodeBuilder.swift",
        "Misc/CodeBuilder/ExtensionBuilder.swift",
        "Misc/CommonDiagnostic.swift",
        "Misc/Conformance.swift",
        "Misc/ConformanceDiagnosticChecker.swift",
        "Misc/Diagnostic.swift",
        "Misc/Instance.swift",
        "Misc/InstanceExpander.swift",
        "Misc/MacroCurrent.swift",
        "Misc/SwiftFormatter.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-macro-testing
Fetching from https://github.com/stackotter/swift-macro-toolkit
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/apple/swift-format.git
Fetching from https://github.com/apple/swift-markdown.git
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/swiftlang/swift-cmark.git
Resolve Package Graph
Updating from https://github.com/apple/swift-format.git
Updating from https://github.com/apple/swift-syntax.git
Updating from https://github.com/pointfreeco/swift-macro-testing
Updating from https://github.com/stackotter/swift-macro-toolkit
Updating from https://github.com/apple/swift-markdown.git
Updating from https://github.com/apple/swift-argument-parser.git
Updating from https://github.com/swiftlang/swift-cmark.git
Resolve Package Graph
Updating from https://github.com/apple/swift-format.git
Updating from https://github.com/apple/swift-syntax.git
Updating from https://github.com/pointfreeco/swift-macro-testing
Updating from https://github.com/stackotter/swift-macro-toolkit
Updating from https://github.com/apple/swift-argument-parser.git
Updating from https://github.com/apple/swift-markdown.git
Updating from https://github.com/swiftlang/swift-cmark.git
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-29 20:46:06.812 xcodebuild[513:2845] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_20-46-0006.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because root depends on 'swift-syntax' 509.0.0..<510.0.0 and root depends on 'swift-macro-toolkit' 0.3.0..<1.0.0.
'swift-macro-toolkit' >= 0.3.0 practically depends on 'swift-syntax' {509.0.0, 510.0.0..<511.0.0, 600.0.1..<601.0.0} because 'swift-macro-toolkit' 0.6.0 depends on 'swift-syntax' 600.0.1..<601.0.0 and 'swift-macro-toolkit' 0.6.1 depends on 'swift-syntax' 600.0.1..<601.0.0.
'swift-macro-toolkit' {0.3.0..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' {509.0.0, 510.0.0..<511.0.0} because 'swift-macro-toolkit' 0.4.0 depends on 'swift-syntax' 510.0.0..<511.0.0 and 'swift-macro-toolkit' 0.5.0 depends on 'swift-syntax' 510.0.0..<511.0.0.
'swift-macro-toolkit' {0.3.0..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' 509.0.0 because 'swift-macro-toolkit' 0.3.0 depends on 'swift-syntax' 509.0.0 and 'swift-macro-toolkit' 0.3.1 depends on 'swift-syntax' 509.0.0.
'swift-macro-toolkit' {0.3.0, 0.3.2..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' 509.0.0 because no versions of 'swift-macro-toolkit' match the requirement {0.3.2..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} and 'swift-macro-toolkit' 0.3.0 depends on 'swift-syntax' 509.0.0.
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/pointfreeco/swift-macro-testing
Updating from https://github.com/apple/swift-syntax.git
Updating from https://github.com/stackotter/swift-macro-toolkit
Updating from https://github.com/apple/swift-format.git
Updating from https://github.com/apple/swift-argument-parser.git
Updating from https://github.com/apple/swift-markdown.git
Updating from https://github.com/swiftlang/swift-cmark.git
Resolved source packages:
  spi-builder-workspace: (null)
2025-04-29 20:46:09.886 xcodebuild[924:4577] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_20-46-0009.xcresult
xcodebuild: error: Could not resolve package dependencies:
  Failed to resolve dependencies Dependencies could not be resolved because root depends on 'swift-syntax' 509.0.0..<510.0.0 and root depends on 'swift-macro-toolkit' 0.3.0..<1.0.0.
'swift-macro-toolkit' >= 0.3.0 practically depends on 'swift-syntax' {509.0.0, 510.0.0..<511.0.0, 600.0.1..<601.0.0} because 'swift-macro-toolkit' 0.6.0 depends on 'swift-syntax' 600.0.1..<601.0.0 and 'swift-macro-toolkit' 0.6.1 depends on 'swift-syntax' 600.0.1..<601.0.0.
'swift-macro-toolkit' {0.3.0..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' {509.0.0, 510.0.0..<511.0.0} because 'swift-macro-toolkit' 0.4.0 depends on 'swift-syntax' 510.0.0..<511.0.0 and 'swift-macro-toolkit' 0.5.0 depends on 'swift-syntax' 510.0.0..<511.0.0.
'swift-macro-toolkit' {0.3.0..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' 509.0.0 because 'swift-macro-toolkit' 0.3.0 depends on 'swift-syntax' 509.0.0 and 'swift-macro-toolkit' 0.3.1 depends on 'swift-syntax' 509.0.0.
'swift-macro-toolkit' {0.3.0, 0.3.2..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} practically depends on 'swift-syntax' 509.0.0 because no versions of 'swift-macro-toolkit' match the requirement {0.3.2..<0.4.0, 0.4.1..<0.5.0, 0.5.1..<0.6.0, 0.6.2..<1.0.0} and 'swift-macro-toolkit' 0.3.0 depends on 'swift-syntax' 509.0.0.
BUILD FAILURE 6.1 tvOS